Skip to content

Commit

Permalink
change the version of scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Jul 13, 2023
1 parent 27263d0 commit 277cd57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ RUN pip install cartopy \
&& pip install pyyaml==6.0 \
&& pip install scikit-image==0.19.3 \
&& pip install scikit-learn \
&& pip install scipy==1.8.1 \
&& pip install scipy==1.11.1 \
&& pip install xarray==2022.3.0 \
&& pip install PyMySQL==1.0.2 \
&& pip install pint==0.19.2 \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_for_Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ RUN pip install cartopy \
&& pip install pyyaml==6.0 \
&& pip install scikit-image==0.19.3 \
&& pip install scikit-learn \
&& pip install scipy==1.8.1 \
&& pip install scipy==1.11.1 \
&& pip install xarray==2022.3.0 \
&& pip install PyMySQL==1.0.2 \
&& pip install pint==0.19.2 \
Expand Down
2 changes: 1 addition & 1 deletion met_plus_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.5.2
scipy==1.8.1
scipy==1.11.1
plotly==5.9.0
xarray==2022.3.0
pyyaml==6.0
Expand Down
2 changes: 1 addition & 1 deletion nco_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.5.2
scipy==1.8.1
scipy==1.11.1
plotly==5.9.0
xarray==2022.3.0
pyyaml==6.0
Expand Down

0 comments on commit 277cd57

Please sign in to comment.