Skip to content

Commit 3f6046b

Browse files
committed
MAINT: Pin NumPy for Python 3.9
1 parent bf13093 commit 3f6046b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ requires = [
55
"numpy==1.15.4; python_version=='3.6'",
66
"numpy==1.15.4; python_version=='3.7'",
77
"numpy==1.17.5; python_version=='3.8'",
8-
"numpy; python_version>='3.9'",
9-
"Cython>=0.29.21"]
8+
"numpy==1.19.5; python_version=='3.9'",
9+
"numpy; python_version>'3.9'",
10+
"Cython>=0.29.22"]
1011

1112
[tool.black]
1213
target-version = ['py37', 'py38']

0 commit comments

Comments
 (0)