Skip to content

Commit

Permalink
Use inequality constraints for calver dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 29, 2024
1 parent 007cc37 commit f15666f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ packages = [{include = "daskms"}]
[tool.poetry.dependencies]
python = "^3.9, < 3.13"
appdirs = "^1.4.4"
dask = {extras = ["array"], version = "^2024.1.0"}
dask = {extras = ["array"], version = ">= 2023.1.1"}
donfig = "^0.7.0"
python-casacore = "^3.5.1"
pyarrow = {version = "^14.0.1", optional = true}
zarr = {version = "^2.12.0", optional=true}
xarray = {version = "^2024.1.1", optional=true}
s3fs = {version = "^2023.1.0", optional=true}
xarray = {version = ">= 2023.1.1", optional=true}
s3fs = {version = ">= 2023.1.0", optional=true}
minio = {version = "^7.2.0", optional = true}
pytest = {version = "^7.1.3", optional=true}
pandas = {version = "^2.1.2", optional = true}
Expand Down

0 comments on commit f15666f

Please sign in to comment.