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 a7e94d6 commit f3d8be3Copy full SHA for f3d8be3
min-requirements.txt
@@ -1,3 +1,3 @@
1
# Auto-generated by tools/update_requirements.py
2
-numpy ==1.14
+numpy ==1.15
3
packaging ==14.3
requirements.txt
-numpy >=1.14
+numpy >=1.15
packaging >=14.3
setup.cfg
@@ -30,7 +30,7 @@ provides =
30
[options]
31
python_requires = >=3.6
32
install_requires =
33
- numpy >=1.14
+ numpy >=1.15
34
35
zip_safe = False
36
packages = find:
0 commit comments