Skip to content

Commit 5e46e96

Browse files
committed
fix pyproject.toml
1 parent b743f47 commit 5e46e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
"setuptools", "wheel", "scikit-build", "cmake", "pip",
44
"numpy==1.13.3; python_version=='3.6'",
55
"numpy==1.14.5; python_version=='3.7'",
6-
"numpy==1.17.3; python_version>='3.8'",
6+
"numpy==1.17.3; python_version=='3.8'",
77
"numpy==1.19.3; python_version>='3.9'"
88
]

0 commit comments

Comments
 (0)