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 Nov 6, 2024
1 parent c413bc4 commit 5ae3068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda/env_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- ipykernel
- mule
- netcdf4
- numpy
- numpy <2
- pip
- pytest
- pytest-cov
Expand Down
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 5ae3068

Please sign in to comment.