File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
echo "Installing system dependencies with yum"
160
160
yum install -y gcc-c++ libpng-devel libpng
161
161
echo "pip installing cmake and ninja"
162
- python -m pip install cmake ninja setuptools SimpleITK
162
+ python -m pip install cmake ninja setuptools SimpleITK==2.4.1
163
163
164
164
CIBW_BEFORE_ALL_WINDOWS : |
165
165
python -m pip install cmake ninja setuptools SimpleITK
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
CIBW_BEFORE_ALL_LINUX : |
101
101
echo "Installing system dependencies with yum"
102
102
yum install -y gcc-c++ libpng-devel libpng
103
- python -m pip install cmake ninja setuptools SimpleITK
103
+ python -m pip install cmake ninja setuptools SimpleITK==2.4.1
104
104
105
105
CIBW_BEFORE_ALL_WINDOWS : |
106
106
python -m pip install cmake ninja setuptools SimpleITK
You can’t perform that action at this time.
0 commit comments