Skip to content

Commit

Permalink
Merge pull request #407 from ecmwf-ifs/nabr-update-numpy
Browse files Browse the repository at this point in the history
Update f90wrap to 0.2.15 as minimum to ensure compatibility with numpy 2.0+
  • Loading branch information
reuterbal authored Oct 16, 2024
2 parents 2bbe704 + eedf2f1 commit 7187899
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ requires = [
"setuptools >= 61",
"wheel",
"setuptools_scm[toml] >= 6.2",
"numpy<1.24"
]
build-backend = "setuptools.build_meta"

Expand All @@ -18,7 +17,7 @@ requires-python = ">=3.8,<3.12"
license = {text = "Apache-2.0"}
dynamic = ["version", "readme"]
dependencies = [
"numpy<1.24", # essential for tests, loop transformations and other dependencies
"numpy", # essential for tests, loop transformations and other dependencies
"pymbolic>=2022.1", # essential for expression tree
"PyYAML", # essential for loki-lint
"pcpp", # essential for preprocessing
Expand All @@ -42,7 +41,7 @@ tests = [
"coverage2clover",
"pylint!=2.11.0,!=2.11.1",
"pandas",
"f90wrap>=0.2.3",
"f90wrap>=0.2.15",
"nbconvert",
]
ofp = [
Expand Down

0 comments on commit 7187899

Please sign in to comment.