Skip to content

Commit

Permalink
Build against NumPy 2 (#7367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 4, 2024
1 parent a36eaf8 commit e03867a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build = [
'ninja',
'Cython>=3.0.4',
'pythran',
'numpy>=1.25',
'numpy>=2.0.0rc1',
# Developer UI
'spin==0.8',
'build',
Expand Down Expand Up @@ -99,7 +99,7 @@ optional = [
]
test = [
'asv',
'numpydoc>=1.5',
'numpydoc>=1.7',
'pooch>=1.6.0',
'pytest>=7.0',
'pytest-cov>=2.11.0',
Expand All @@ -125,7 +125,7 @@ requires = [
'Cython>=3.0.4',
'pythran',
'lazy_loader>=0.3',
'numpy>=1.25',
'numpy>=2.0.0rc1',
]

[tool.spin]
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ packaging>=21
ninja
Cython>=3.0.4
pythran
numpy>=1.25
numpy>=2.0.0rc1
spin==0.8
build
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
asv
numpydoc>=1.5
numpydoc>=1.7
pooch>=1.6.0
pytest>=7.0
pytest-cov>=2.11.0
Expand Down

0 comments on commit e03867a

Please sign in to comment.