Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 9, 2024
1 parent 6ca9cfc commit fee1d4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[tool.poetry]
name = "xarray-ms"
version = "0.1.0"
description = "xrray MSv4 views over MSv2 Measurement Sets"
version = "0.2.0"
description = "xarray MSv4 views over MSv2 Measurement Sets"
authors = ["Simon Perkins <[email protected]>"]
readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.10"
pytest = {version = "^8.0.0", optional = true, extras = ["testing"]}
xarray = "^2024.3.0"
dask = {version = "^2024.5.0", extras = ["testing"]}
distributed = {version = "^2024.5.0", extras = ["testing"]}
dask = {version = "^2024.5.0", optional = true, extras = ["testing"]}
distributed = {version = "^2024.5.0", optional = true, extras = ["testing"]}
cacheout = "^0.16.0"
arcae = "^0.2.4"

[tool.poetry.extras]
testing = ["dask", "distributed", "pytest"]
Expand Down

0 comments on commit fee1d4c

Please sign in to comment.