Skip to content

Commit

Permalink
Correct xarray minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 29, 2024
1 parent 1ed4fa2 commit e96192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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 = ">= 2023.1.1", optional=true}
xarray = {version = ">= 2023.01.0", optional=true}
s3fs = {version = ">= 2023.1.0", optional=true}
minio = {version = "^7.2.0", optional = true}
pytest = {version = "^7.1.3", optional=true}
Expand Down

0 comments on commit e96192b

Please sign in to comment.