Skip to content

Commit

Permalink
Testing build against numpy>=2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed Jul 1, 2024
1 parent 202807f commit d4a876c
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 @@ -2,7 +2,7 @@
requires = [
'setuptools>=40.8.0',
'wheel',
'oldest-supported-numpy',
'numpy>=2.0.0rc1',
]
build-backend = "setuptools.build_meta"

Expand All @@ -21,7 +21,7 @@ authors = [
]

dependencies = [
'numpy>=1.19.5',
'numpy>=1.23.5',
'scipy>=1.5.4',
'matplotlib>=3.3.4',
]
Expand Down

0 comments on commit d4a876c

Please sign in to comment.