File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -93,27 +93,28 @@ function install_conda() {
9393 CONDA_PACKAGES+=(cmake=4.1.1 \
9494 gmock=1.17.0 \
9595 doxygen=1.13.2 \
96- graphviz=13.1.2 \
96+ graphviz \
9797 eigen=3.4.0 \
98- hdf5=1.14.6 \
98+ hdf5 \
9999 tbb=2021.5.0 \
100100 tbb-devel=2021.5.0 \
101- boost=1.85.0 \
101+ boost \
102102 openexr=3.4.0 \
103103 ilmbase=2.5.5 \
104104 pybind11=3.0.1 \
105105 nlohmann_json=3.12.0 \
106106 spdlog=1.10.0 \
107107 pkg-config=0.29.2 \
108108 openh264=2.6.0 \
109- libhwloc=2.12.1 \
110- qt-main=5.15.15 \
109+ libhwloc \
110+ icu=70.1
111+ qt-main=5.15.4 \
111112 )
112113
113114 # linux (only) deps
114115 if [[ " $( uname) " == " Linux" ]]; then
115116 # required by install_python_module.sh
116- CONDA_PACKAGES+=(zlib=1.3.1 patchelf=0.17.2)
117+ CONDA_PACKAGES+=(zlib patchelf=0.17.2)
117118 fi
118119 fi
119120
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ itk-io==5.4.4.post1
274274 # via
275275 # -r requirements.in
276276 # itk
277- itk-meshtopolydata==0.11.1
277+ itk-meshtopolydata==0.11.0
278278 # via
279279 # -r requirements.in
280280 # itkwidgets
You can’t perform that action at this time.
0 commit comments