Skip to content

Commit

Permalink
MAINT Revert fix pandas version (#748)
Browse files Browse the repository at this point in the history
Co-authored-by: ArturoAmorQ <[email protected]>
  • Loading branch information
ArturoAmorQ and ArturoAmorQ authored Nov 3, 2023
1 parent f39b464 commit 3aa7191
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
dependencies:
- scikit-learn >= 1.3
- pandas == 2.0 # avoid seaborn warning
- pandas >= 1
- matplotlib-base
- seaborn
- seaborn >= 0.13
- plotly >= 5.10
- jupytext
- beautifulsoup4
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ channels:

dependencies:
- scikit-learn >= 1.3
- pandas == 2.0 # avoid seaborn warning
- pandas >= 1
- matplotlib-base
- seaborn
- seaborn >= 0.13
- jupyterlab
- notebook
- plotly >= 5.10
Expand Down
2 changes: 1 addition & 1 deletion local-install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Using python in /home/lesteve/miniconda3/envs/scikit-learn-course
[ OK ] matplotlib version 3.3.3
[ OK ] sklearn version 1.3
[ OK ] pandas version 2.0
[ OK ] seaborn version 0.11.1
[ OK ] seaborn version 0.13
[ OK ] notebook version 6.2.0
[ OK ] plotly version 5.10.0
```
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scikit-learn>=1.3
pandas==2.0 # avoid seaborn warning
pandas >= 1
matplotlib
seaborn
seaborn >= 0.13
plotly
jupyter-book>=0.11
# Partial fix for the navbar scrollToActive behavior:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scikit-learn>=1.3
pandas==2.0 # avoid seaborn warning
pandas >= 1
matplotlib
seaborn
seaborn >= 0.13
plotly
jupyterlab
notebook
Expand Down

0 comments on commit 3aa7191

Please sign in to comment.