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 bf13093 commit 3f6046bCopy full SHA for 3f6046b
pyproject.toml
@@ -5,8 +5,9 @@ requires = [
5
"numpy==1.15.4; python_version=='3.6'",
6
"numpy==1.15.4; python_version=='3.7'",
7
"numpy==1.17.5; python_version=='3.8'",
8
- "numpy; python_version>='3.9'",
9
- "Cython>=0.29.21"]
+ "numpy==1.19.5; python_version=='3.9'",
+ "numpy; python_version>'3.9'",
10
+ "Cython>=0.29.22"]
11
12
[tool.black]
13
target-version = ['py37', 'py38']
0 commit comments