Skip to content

Commit 1e78f9b

Browse files
authored
Update install.sh to new python versions
1 parent ddb1582 commit 1e78f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export PYTHONPATH=${PYTHONUSERBASE}/lib/python3.6/site-packages:${PYTHONPATH}
1414

1515
# install Python3 prerequisites
1616
pip3 install --ignore-installed --user pip
17-
pip install --user numpy==1.18.5
18-
pip install --user Cython
19-
pip install --user wheel
17+
pip install --user numpy==1.23.4
18+
pip install --user Cython==3.0.11
19+
pip install --user wheel==0.44.0
2020

2121
# build and install CMake
2222
git clone -b v3.23.2 https://github.com/Kitware/CMake.git build/cmake

0 commit comments

Comments
 (0)