Skip to content

Commit

Permalink
Added restriction for 'numpy' dependency to 'numpy<2' after Spencer's…
Browse files Browse the repository at this point in the history
… suggestion (#146 (comment))
  • Loading branch information
atteggiani committed Oct 31, 2024
1 parent 9a16dc2 commit b5aa60b
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 @@ -21,7 +21,7 @@ dependencies = [
"f90nml",
"mule",
"netcdf4",
"numpy",
"numpy <2",
"scitools-iris",
"versioneer",
]
Expand Down Expand Up @@ -51,4 +51,4 @@ style = "pep440"
versionfile_source = "umpost/_version.py"
versionfile_build = "umpost/_version.py"
tag_prefix = ""
parentdir_prefix = "umpost-"
parentdir_prefix = "umpost-"

0 comments on commit b5aa60b

Please sign in to comment.