Skip to content

Commit

Permalink
Merge pull request #47 from stefmolin/env-build-patch
Browse files Browse the repository at this point in the history
Loosen version requirement for jupyterlab
  • Loading branch information
stefmolin committed Nov 12, 2023
2 parents 2e3a4e1 + 65ccb12 commit a22afdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cartopy=0.18.0
- imbalanced-learn=0.7.0
- ipympl=0.6.2
- jupyterlab=3.0.4
- jupyterlab>=3.0.4,<=3.5.3
- matplotlib=3.3.2
- numpy>=1.19.2,<=1.19.5
- pandas=1.2.0
Expand Down
2 changes: 1 addition & 1 deletion m1_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cartopy=0.18.0
- imbalanced-learn=0.7.0
- ipympl=0.6.2
- jupyterlab=3.0.4
- jupyterlab>=3.0.4,<=3.5.3
- matplotlib=3.3.2
- numpy>=1.19.2,<=1.19.5
- pandas=1.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
graphviz==0.14.1
imbalanced-learn==0.7.0
ipympl==0.6.2
jupyterlab==3.0.4
jupyterlab>=3.0.4,<=3.5.3
matplotlib==3.3.2
numpy>=1.19.2,<=1.19.5
pandas==1.2.0
Expand Down

0 comments on commit a22afdf

Please sign in to comment.