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 f77f880 + 9228984 commit 634f45cCopy full SHA for 634f45c
pyproject.toml
@@ -1,11 +1,12 @@
1
[build-system]
2
requires = [
3
"wheel",
4
- "setuptools",
+ "setuptools<=51.0.0",
5
"Cython>=0.29.18",
6
"numpy==1.16.5; python_version=='3.7'",
7
"numpy==1.17.3; python_version=='3.8'",
8
+ "numpy==1.19.3; python_version=='3.9'",
9
# do not pin numpy on future versions of python to avoid incompatible numpy and python versions
- "numpy; python_version>='3.9'",
10
+ "numpy; python_version>='3.10'",
11
"pybind11>=2.4.3",
12
]
0 commit comments