Skip to content

Commit

Permalink
Update environments
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 11, 2024
1 parent a5b2172 commit 9114811
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ check-latest-packages = 'python scripts/check_latest_packages.py'
download-data = 'bash scripts/download_data.sh'

[tool.pixi.environments]
test-309 = ["py309", "test-core", "test", "examples"]
test-310 = ["py310", "test-core", "test", "examples"]
test-311 = ["py311", "test-core", "test", "examples"]
test-312 = ["py312", "test-core", "test", "examples"]
test-ui = ["py311", "test-core", "test", "test-ui"]
test-core = ["py312", "test-core"]
docs = ["py311", "examples", "doc"]
test-309 = ["default", "py309", "test-core", "test", "examples"]
test-310 = ["default", "py310", "test-core", "test", "examples"]
test-311 = ["default", "py311", "test-core", "test", "examples"]
test-312 = ["default", "py312", "test-core", "test", "examples"]
test-ui = ["default", "py311", "test-core", "test", "test-ui"]
test-core = ["default", "py312", "test-core"]
docs = ["default", "py311", "examples", "doc"]

[tool.pixi.dependencies]
python = ">=3.9"
Expand Down Expand Up @@ -118,6 +118,7 @@ test-example = 'pytest -n auto --dist loadscope --nbval-lax examples'
[tool.pixi.feature.test.dependencies]
dask-core = "*"
ibis-sqlite = "*"
pyarrow = "14.*"
xarray = ">=0.10.4"
networkx = "*"
shapely = "*"
Expand Down

0 comments on commit 9114811

Please sign in to comment.