Skip to content

Commit

Permalink
Remove custom build requirements for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 20, 2023
1 parent b6a7b21 commit b27bdc0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ requires = [
"setuptools",
"setuptools_scm>=6.2,<8",
"jinja2>=2.10.3",
"numpy>=1.25,<2; python_version<'3.12'",

# For Python versions which aren't yet officially supported, we specify an
# unpinned NumPy which allows source distributions to be used and allows
# wheels to be used as soon as they become available.
"numpy>=1.26.0b1; python_version>='3.12'"
"numpy>=1.25,<2"
]
build-backend = 'setuptools.build_meta'

0 comments on commit b27bdc0

Please sign in to comment.