Skip to content

Commit

Permalink
Unpin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Mar 7, 2024
1 parent bc91919 commit f82dc5e
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 58 deletions.
144 changes: 89 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ license = "BSD 3-Clause License"
[tool.poetry.dependencies]
python = ">= 3.9, < 3.11" # required by scipy
scipy = "*"
pandas = "<2.0.0"
xarray = ">=2022.6.0,<2022.12.0"
pandas = "*"
xarray = "*"
pyproj = "*"
bottleneck = "*"

[tool.poetry.dev-dependencies]
black = "*"
pytest = "*"
isort = "*"
zarr = "<2.13.5"
zarr = "*"
dask = "*"


Expand Down

0 comments on commit f82dc5e

Please sign in to comment.