Skip to content

Commit e947645

Browse files
committed
remove numpy pinning
1 parent 1a21e63 commit e947645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"scikit-learn",
109109
"opencv-python",
110110
"pandas",
111-
"numpy~=1.21.0",
111+
"numpy",
112112
"pre-commit"
113113
],
114114
"test-http-v2": [

0 commit comments

Comments
 (0)