Adjust numpy dependencies

This commit is contained in:
jpirnay 2024-10-07 11:11:59 +02:00
parent c48ada18da
commit b2f70eddef
7 changed files with 8 additions and 7 deletions

View file

@ -60,7 +60,7 @@ jobs:
python3.8 -m pip install --no-use-pep517 pyinstaller==4.3
## numpy toggle based on 32 bit fix
python3.8 -m pip install six numpy ezdxf
python3.8 -m pip install six numpy<=1.26.4 ezdxf
## python3.8 -m pip install wheel six ezdxf
python3.8 -m pip install potracer

View file

@ -37,7 +37,7 @@ jobs:
pip install ezdxf
pip install pyserial
pip install bitarray
pip install scipy
pip install scipy=1.10.0
pip install pypotrace-windows
pip install pyclipr
pip install .

View file

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
## pip install . establishes meerk40t as a package in pip, so that meerk40t-barcodes can find it as a dependency
pip install numpy
pip install numpy<=1.26.4
pip install pyusb
pip install wheel
pip install potracer
@ -35,7 +35,7 @@ jobs:
pip install ezdxf
pip install pyserial
pip install bitarray
pip install scipy
pip install scipy<=1.12.0
pip install pypotrace-windows
pip install pyclipr
pip install numba

View file

@ -1,4 +1,4 @@
numpy
numpy<=1.26.4
wheel
Pillow
pyusb

View file

@ -2,4 +2,4 @@ wheel
Pillow
pyusb
pyserial
numpy
numpy<=1.26.4

View file

@ -3,3 +3,4 @@ pypotrace-windows
pyclipr
meerk40t-barcodes
numba
scipy<=1.12.0

View file

@ -1,4 +1,4 @@
numpy
numpy<=1.26.4
wheel
Pillow
pyusb