Skip to content

Commit

Permalink
Adding vtk to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed May 7, 2024
1 parent fc00359 commit 7f8a0b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup_scripts/setup_env_gadi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ pip3.6 install matplotlib==3.3.4
pip3.6 install PyPDF2==1.26.0
pip3.6 install shapely==1.8.1.post1 --no-binary shapely
pip3.6 install cartopy==0.19.0.post1 --no-binary cartopy
pip3.6 install PyWavelets==1.1.1
pip3.6 install rf==0.8.0
pip3.6 install PyWavelets==1.1.1
pip3.6 install toeplitz==0.3.4
pip3.6 install rf==0.8.0
pip3.6 install affine==2.3.0
pip3.6 install future==0.18.2
pip3.6 install pandas==1.1.5
Expand All @@ -121,6 +122,7 @@ pip3.6 install notebook==6.4.10
pip3.6 install ipython==7.10.0
pip3.6 install jedi==0.17
pip3.6 install remi==2022.7.27
pip3.6 install vtk==9.3.0
EOF
)
echo "$STD_PACKAGES"
Expand Down

0 comments on commit 7f8a0b3

Please sign in to comment.