Skip to content

Commit

Permalink
Modify the range
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie-Terrell committed Oct 2, 2023
1 parent 60d9aa3 commit e7e0c14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
requires = ["setuptools >= 51.0.0, < 60",
"wheel",
"numpy=='1.21'; python_version<='3.10'",
"numpy=='1.23'; python_version=='3.11'",
"numpy>=1.21.0',<1.26.0; python_version>='3.12'"
"numpy>=1.21.0',<1.26.0"
]
build-backend = "setuptools.build_meta"

0 comments on commit e7e0c14

Please sign in to comment.