Skip to content

Commit

Permalink
unpin python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 20, 2024
1 parent 4763342 commit ee2139d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/scripts/environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
channels:
- conda-forge
dependencies:
- jupyterlab=3.5.0
- matplotlib=3.7.0
- numpy=1.24.2
- pandas=1.5.3
- scikit-learn=1.2.1
- scipy=1.10.0
- seaborn=0.12.2
- jupyterlab # =3.5.0
- matplotlib #=3.7.0
- numpy #=1.24.2
- pandas # =1.5.3
- scikit-learn # =1.2.1
- scipy # =1.10.0
- seaborn # =0.12.2

0 comments on commit ee2139d

Please sign in to comment.