Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4dae4d6

Browse files
committed
numpy version upd
1 parent b6efd42 commit 4dae4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_wheel/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __len__(self):
2626
packages=['cv2'],
2727
package_data={'cv2': ['*.so*', '*.mvcmd', '*.xml']},
2828
include_package_data=True,
29-
install_requires=['numpy~=1.19.2'],
29+
install_requires=['numpy'],
3030
classifiers=[
3131
'Development Status :: 5 - Production/Stable',
3232
'Environment :: Console',

0 commit comments

Comments
 (0)