Skip to content

Commit

Permalink
Reset combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 5, 2024
1 parent 6462b2e commit e869c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[build-system]
requires = ["setuptools",
"wheel",
"cython>=3.0.0",
"cython>=0.29.21",
"numpy==1.16.0; python_version <= '3.7'",
"numpy==1.17.3; python_version == '3.8'",
"numpy==1.19.3; python_version == '3.9'",
"numpy==1.19.3; python_version =='3.10'",
"numpy==1.21.4; python_version =='3.10'",
"numpy==1.19.3; python_version >= '3.11'",
"numpy; python_version >= '3.12'"
]
Expand Down

0 comments on commit e869c5a

Please sign in to comment.