Skip to content

Commit

Permalink
Incorporate Ralf's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 8, 2023
1 parent b18b151 commit 52861e3
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 @@ -17,11 +17,11 @@ requires = [

# default numpy requirements
"numpy==1.22.4; python_version<='3.10' and platform_python_implementation != 'PyPy'",
"numpy==1.23.2; python_version=='3.11' and platform_python_implementation != 'PyPy'",
"numpy==1.23.3; python_version=='3.11' and platform_python_implementation != 'PyPy'",
# 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.26.0b1; python_version>='3.12rc2'",
"numpy; python_version>='3.9' and platform_python_implementation=='PyPy'",
]

Expand Down

0 comments on commit 52861e3

Please sign in to comment.