We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cf451 commit c5e2745Copy full SHA for c5e2745
appveyor.yml
@@ -53,7 +53,7 @@ build_script:
53
54
cd ..\..
55
56
- xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\RELEASE\cv2.pyd" cv2
+ xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\RELEASE\*.pyd" cv2
57
58
C:\Python27\python.exe setup.py bdist_wheel
59
setup.py
@@ -46,7 +46,7 @@ def is_pure(self):
46
package_data=package_data,
47
maintainer="Olli-Pekka Heinisuo",
48
include_package_data=True,
49
- install_requires="numpy==%s" % numpy_version,
+ install_requires="numpy>=%s" % numpy_version,
50
classifiers=[
51
'Development Status :: 5 - Production/Stable',
52
'Environment :: Console',
0 commit comments