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 ed8acbc commit 7e10464Copy full SHA for 7e10464
setup.py
@@ -27,6 +27,8 @@ def main():
27
minimum_supported_numpy = "1.14.5"
28
if sys.version_info[:2] >= (3, 8):
29
minimum_supported_numpy = "1.17.3"
30
+ if sys.version_info[:2] >= (3, 9):
31
+ minimum_supported_numpy = "1.19.3"
32
33
numpy_version = "numpy>=%s" % minimum_supported_numpy
34
0 commit comments