Skip to content

Commit 95a9863

Browse files
author
ArturoAmorQ
committed
MAINT Revert fix pandas version
1 parent f39b464 commit 95a9863

5 files changed

+9
-9
lines changed

environment-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ channels:
33
- conda-forge
44
dependencies:
55
- scikit-learn >= 1.3
6-
- pandas == 2.0 # avoid seaborn warning
6+
- pandas >= 1
77
- matplotlib-base
8-
- seaborn
8+
- seaborn >= 0.13
99
- plotly >= 5.10
1010
- jupytext
1111
- beautifulsoup4

environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ channels:
55

66
dependencies:
77
- scikit-learn >= 1.3
8-
- pandas == 2.0 # avoid seaborn warning
8+
- pandas >= 1
99
- matplotlib-base
10-
- seaborn
10+
- seaborn >= 0.13
1111
- jupyterlab
1212
- notebook
1313
- plotly >= 5.10

local-install-instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Using python in /home/lesteve/miniconda3/envs/scikit-learn-course
4848
[ OK ] matplotlib version 3.3.3
4949
[ OK ] sklearn version 1.3
5050
[ OK ] pandas version 2.0
51-
[ OK ] seaborn version 0.11.1
51+
[ OK ] seaborn version 0.13
5252
[ OK ] notebook version 6.2.0
5353
[ OK ] plotly version 5.10.0
5454
```

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
scikit-learn>=1.3
2-
pandas==2.0 # avoid seaborn warning
2+
pandas >= 1
33
matplotlib
4-
seaborn
4+
seaborn >= 0.13
55
plotly
66
jupyter-book>=0.11
77
# Partial fix for the navbar scrollToActive behavior:

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
scikit-learn>=1.3
2-
pandas==2.0 # avoid seaborn warning
2+
pandas >= 1
33
matplotlib
4-
seaborn
4+
seaborn >= 0.13
55
plotly
66
jupyterlab
77
notebook

0 commit comments

Comments
 (0)