Content-Length: 245370 | pFad | http://github.com/opencv/opencv-python/commit/285348bc19c7e31ec7974f9c8febbb6fbc12ef17

53 fix min numpy version · opencv/opencv-python@285348b · GitHub
Skip to content

Commit 285348b

Browse files
committed
fix min numpy version
1 parent 649cfc1 commit 285348b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def main():
2727
minimum_supported_numpy = "1.14.5"
2828
if sys.version_info[:2] >= (3, 8):
2929
minimum_supported_numpy = "1.17.3"
30+
if sys.version_info[:2] >= (3, 9):
31+
minimum_supported_numpy = "1.19.3"
3032

3133
numpy_version = "numpy>=%s" % minimum_supported_numpy
3234

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/opencv/opencv-python/commit/285348bc19c7e31ec7974f9c8febbb6fbc12ef17

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy