update versions numpy and scipy

rejbasket/windows-numpy-fix dev-build-rejbasket-windows-numpy-fix
rejbasket 2023-06-16 18:33:14 +02:00
rodzic c6147be134
commit 31651faba7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -111,8 +111,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel
# Numpy and Scipy version for older cpu compatibility
python -m pip install numpy==1.17.3
python -m pip install scipy==1.4.1
python -m pip install numpy==1.23.1
python -m pip install scipy==1.9.0
python -m pip install -r requirements.txt
python -m pip install pyinstaller