diff --git a/setup_scripts/conda_env_linux.sh b/setup_scripts/conda_env_linux.sh index 23733088..08c11857 100644 --- a/setup_scripts/conda_env_linux.sh +++ b/setup_scripts/conda_env_linux.sh @@ -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 #########################" diff --git a/setup_scripts/conda_env_osx.sh b/setup_scripts/conda_env_osx.sh index 988d0e81..11e00566 100644 --- a/setup_scripts/conda_env_osx.sh +++ b/setup_scripts/conda_env_osx.sh @@ -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 ====" diff --git a/setup_scripts/conda_env_windows.sh b/setup_scripts/conda_env_windows.sh index a77b1613..96404ce4 100755 --- a/setup_scripts/conda_env_windows.sh +++ b/setup_scripts/conda_env_windows.sh @@ -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 ====" diff --git a/setup_scripts/setup_env_gadi.sh b/setup_scripts/setup_env_gadi.sh index a2564023..609a5294 100755 --- a/setup_scripts/setup_env_gadi.sh +++ b/setup_scripts/setup_env_gadi.sh @@ -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"