Skip to content

Commit

Permalink
Adding 'pathos' to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Nov 8, 2024
1 parent ae09ed5 commit e2a8641
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup_scripts/conda_env_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pip3 install rasterio==1.2.10
pip3 install notebook==6.4.10
pip3 install ipython==7.10.0
pip3 install jedi==0.17
pip3 install pathos==0.2.8

echo "#######################################################################"
echo "######################### VARIABLES TO EXPORT #########################"
Expand Down
2 changes: 1 addition & 1 deletion setup_scripts/conda_env_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ conda activate $1
echo "==== Installing packages not available through conda ===="
pip3 install pip==21.1.2
pip3 install obspy==1.2.2
pip3 install click==7.1.2 pyasdf==0.5.1 obspyh5==0.5.0 ordered_set ujson psutil PyPDF2==1.26.0 sortedcontainers stockwell==1.0.7 pillow==8.4.0 ipython==7.10.1 basemap==1.3.2 descartes==1.1.0 PyYAML==6.0 opencv-python==4.5.3.56
pip3 install click==7.1.2 pyasdf==0.5.1 obspyh5==0.5.0 ordered_set ujson psutil PyPDF2==1.26.0 sortedcontainers stockwell==1.0.7 pillow==8.4.0 ipython==7.10.1 basemap==1.3.2 descartes==1.1.0 PyYAML==6.0 opencv-python==4.5.3.56 pathos==0.2.8

echo "==== Installing a whittled down version of the rf package ===="

Expand Down
2 changes: 1 addition & 1 deletion setup_scripts/conda_env_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ conda activate $1
echo "==== Installing packages not available through conda ===="
pip3 install pip==21.1.2
pip3 install obspy==1.2.2
pip3 install click==7.1.2 pyasdf==0.5.1 obspyh5==0.5.0 ordered_set ujson psutil PyPDF2==1.26.0 sortedcontainers stockwell==1.0.7 pillow==8.4.0 ipython==7.10.1 basemap==1.3.0 descartes==1.1.0 PyYAML
pip3 install click==7.1.2 pyasdf==0.5.1 obspyh5==0.5.0 ordered_set ujson psutil PyPDF2==1.26.0 sortedcontainers stockwell==1.0.7 pillow==8.4.0 ipython==7.10.1 basemap==1.3.0 descartes==1.1.0 PyYAML pathos==0.2.8

echo "==== Installing a whittled down version of the rf package ===="

Expand Down
1 change: 1 addition & 0 deletions setup_scripts/setup_env_gadi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ pip3.6 install jedi==0.17
pip3.6 install remi==2022.7.27
pip3.6 install vtk==9.3.0
pip3.6 install plotly==5.18.0
pip3.6 install pathos==0.2.8
EOF
)
echo "$STD_PACKAGES"
Expand Down

0 comments on commit e2a8641

Please sign in to comment.