mirror of
https://github.com/meerk40t/meerk40t.git
synced 2025-02-27 20:30:12 +00:00
Adjust numpy dependencies
This commit is contained in:
parent
c48ada18da
commit
b2f70eddef
7 changed files with 8 additions and 7 deletions
2
.github/workflows/mac11_pyinst.yml
vendored
2
.github/workflows/mac11_pyinst.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
@ -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 .
|
||||
|
|
4
.github/workflows/win64.yml
vendored
4
.github/workflows/win64.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
numpy
|
||||
numpy<=1.26.4
|
||||
wheel
|
||||
Pillow
|
||||
pyusb
|
||||
|
|
|
@ -2,4 +2,4 @@ wheel
|
|||
Pillow
|
||||
pyusb
|
||||
pyserial
|
||||
numpy
|
||||
numpy<=1.26.4
|
||||
|
|
|
@ -3,3 +3,4 @@ pypotrace-windows
|
|||
pyclipr
|
||||
meerk40t-barcodes
|
||||
numba
|
||||
scipy<=1.12.0
|
|
@ -1,4 +1,4 @@
|
|||
numpy
|
||||
numpy<=1.26.4
|
||||
wheel
|
||||
Pillow
|
||||
pyusb
|
||||
|
|
Loading…
Reference in a new issue