Skip to content

Commit

Permalink
Try out numpy 2 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 14, 2024
1 parent 90003fb commit ba5b0d9
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>=64",
"setuptools_scm>=7",
"oldest-supported-numpy",
"numpy==2.0.0b1",
"Cython>=3.0",
"extension-helpers>=1",
]
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies = [
"emcee>=3.0.0",
"hankel>=1.0.0",
"meshio>=5.1.0",
"numpy>=1.14.5",
"numpy==2.0.0b1",
"pyevtk>=1.1.1",
"scipy>=1.1.0",
]
Expand Down

0 comments on commit ba5b0d9

Please sign in to comment.