Skip to content

Commit

Permalink
Use <1.20 for pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 5, 2024
1 parent 8711761 commit 6462b2e
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
Expand Up @@ -5,8 +5,8 @@ requires = ["setuptools",
"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.21.4; python_version =='3.10'",
"numpy==1.23.4; python_version >= '3.11'",
"numpy==1.19.3; python_version =='3.10'",
"numpy==1.19.3; python_version >= '3.11'",
"numpy; python_version >= '3.12'"
]

Expand Down

0 comments on commit 6462b2e

Please sign in to comment.