Skip to content

Commit

Permalink
Merge pull request #16 from nansencenter/issue15_update_pythesint
Browse files Browse the repository at this point in the history
Update pythesint version to 1.5.1
  • Loading branch information
akorosov authored May 12, 2021
2 parents 46f5250 + d2e10d5 commit 001fb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN conda install setuptools \
urllib3=1.25.10 \
&& conda clean -a -y \
&& rm /opt/conda/pkgs/* -rf \
&& pip install pythesint==1.4.10 \
&& pip install pythesint==1.5.1 \
&& python -c 'import pythesint; pythesint.update_all_vocabularies()' \
&& wget -nc -nv -P /usr/share/MOD44W https://github.com/nansencenter/mod44w/raw/master/MOD44W.tgz \
&& tar -xzf /usr/share/MOD44W/MOD44W.tgz -C /usr/share/MOD44W/ \
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- scipy=1.5.2
- urllib3=1.25.10
- pip:
- pythesint==1.4.10
- pythesint==1.5.1

0 comments on commit 001fb6b

Please sign in to comment.