Version 488 build scripts fix for macos opencv
This commit is contained in:
parent
d5c3b5a9a4
commit
35f8b7849a
|
@ -32,7 +32,7 @@ jobs:
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
cp ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }} bin/
|
cp ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }} bin/
|
||||||
cp static/build_files/macos/pyoxidizer.bzl pyoxidizer.bzl
|
cp static/build_files/macos/pyoxidizer.bzl pyoxidizer.bzl
|
||||||
cp static/build_files/linux/requirements.txt requirements.txt
|
cp static/build_files/macos/requirements.txt requirements.txt
|
||||||
basename $(rustc --print sysroot) | sed -e "s/^stable-//" > triple.txt
|
basename $(rustc --print sysroot) | sed -e "s/^stable-//" > triple.txt
|
||||||
pyoxidizer build --release
|
pyoxidizer build --release
|
||||||
cd build/$(head -n 1 triple.txt)/release
|
cd build/$(head -n 1 triple.txt)/release
|
||||||
|
|
|
@ -7,14 +7,13 @@ lxml>=4.5.0
|
||||||
lz4>=3.0.0
|
lz4>=3.0.0
|
||||||
nose>=1.3.0
|
nose>=1.3.0
|
||||||
numpy>=1.16.0
|
numpy>=1.16.0
|
||||||
opencv-python-headless>=4.0.0, <=4.5.3.56
|
|
||||||
Pillow>=6.0.0
|
Pillow>=6.0.0
|
||||||
psutil>=5.0.0
|
psutil>=5.0.0
|
||||||
pylzma>=0.5.0
|
pylzma>=0.5.0
|
||||||
pyOpenSSL>=19.1.0
|
pyOpenSSL>=19.1.0
|
||||||
PySide2>=5.15.0
|
PySide2>=5.15.0
|
||||||
PySocks>=1.7.0
|
PySocks>=1.7.0
|
||||||
python-mpv>=0.4.5
|
python-mpv==0.4.5
|
||||||
PyYAML>=5.0.0
|
PyYAML>=5.0.0
|
||||||
QtPy>=1.9.0
|
QtPy>=1.9.0
|
||||||
requests==2.23.0
|
requests==2.23.0
|
||||||
|
@ -22,3 +21,4 @@ Send2Trash>=1.5.0
|
||||||
service-identity>=18.1.0
|
service-identity>=18.1.0
|
||||||
six>=1.14.0
|
six>=1.14.0
|
||||||
Twisted>=20.3.0
|
Twisted>=20.3.0
|
||||||
|
https://files.pythonhosted.org/packages/ee/c8/e6c9686e035b387267524932cdd6f3f11acddc943bfcdaedb8c44c103a14/opencv_python_headless-4.5.3.56-cp39-cp39-macosx_10_15_x86_64.whl==4.5.3.56
|
Loading…
Reference in New Issue