Version 488 macos opencv build fix attempt 3
Seems like the problem was pyoxidizer moved up to py3.10 default python for whatever reason. fingers crossed
This commit is contained in:
parent
fa217a51f5
commit
29e7b80942
|
@ -1,5 +1,5 @@
|
|||
def make_dist():
|
||||
return default_python_distribution()
|
||||
return default_python_distribution( python_version = '3.9' )
|
||||
|
||||
def make_packaging_policy(dist):
|
||||
policy = dist.make_python_packaging_policy()
|
||||
|
|
|
@ -7,6 +7,7 @@ lxml>=4.5.0
|
|||
lz4>=3.0.0
|
||||
nose>=1.3.0
|
||||
numpy>=1.16.0
|
||||
opencv-python-headless>=4.0.0, <=4.5.3.56
|
||||
Pillow>=6.0.0
|
||||
psutil>=5.0.0
|
||||
pylzma>=0.5.0
|
||||
|
@ -20,5 +21,4 @@ requests==2.23.0
|
|||
Send2Trash>=1.5.0
|
||||
service-identity>=18.1.0
|
||||
six>=1.14.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
|
||||
Twisted>=20.3.0
|
Loading…
Reference in New Issue