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 f65aaa3 commit 295a79bCopy full SHA for 295a79b
min-requirements.txt
@@ -1,3 +1,4 @@
1
# Auto-generated by tools/update_requirements.py
2
numpy ==1.14
3
packaging ==14.3
4
+setuptools
requirements.txt
numpy >=1.14
packaging >=14.3
setup.cfg
@@ -32,6 +32,7 @@ python_requires = >=3.6
32
install_requires =
33
34
35
+ setuptools
36
zip_safe = False
37
packages = find:
38
0 commit comments