Skip to content

Commit

Permalink
Fix urllib problem, move vtk from conda to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Jul 10, 2023
1 parent 5462651 commit 5e461a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_shapeworks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ function install_conda() {

CONDA_PACKAGES=(python=3.9.13 \
openblas=0.3.20 \
'vtk=9.1.0=qt*' \
pip=22.1.2
)

Expand All @@ -117,6 +116,8 @@ function install_conda() {
gmock=1.11.0 \
doxygen=1.9.2 \
graphviz=4.0.0 \
eigen=3.4.0 \
hdf5=1.12.2 \
tbb=2021.5.0 \
tbb-devel=2021.5.0 \
boost=1.74.0 \
Expand Down
1 change: 1 addition & 0 deletions python_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ traittypes==0.2.1
trimesh==3.12.6
typing_extensions==4.4.0
uri-template==1.2.0
urllib3==1.26.15
vedo==2022.4.1
verspec==0.1.0
vtk==9.1.0
Expand Down

0 comments on commit 5e461a8

Please sign in to comment.