Skip to content

Commit

Permalink
oldest-supported-numpy won't be needed once np2 lands
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 30, 2024
1 parent cf38651 commit 8f39666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
build-backend = "setuptools.build_meta"
requires = [
"build",
"oldest-supported-numpy",
'numpy<3,>=2.0.0rc1; python_version >= "3.9"',
'oldest-supported-numpy; python_version < "3.9"',
"pip>9.0.1",
"setuptools>=42",
"setuptools_scm[toml]>=3.4",
Expand Down

0 comments on commit 8f39666

Please sign in to comment.