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.
2 parents f24d145 + a4a4a6b commit 5c4f39cCopy full SHA for 5c4f39c
min-requirements.txt
@@ -1,3 +1,4 @@
1
# Auto-generated by tools/update_requirements.py
2
numpy ==1.15
3
packaging ==17.0
4
+setuptools
requirements.txt
numpy >=1.15
packaging >=17.0
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