Skip to content

Commit 00151d4

Browse files
committed
update dep and pixi section name
1 parent 960a5ee commit 00151d4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ line_length=100
4646
ignore-words-list="nd"
4747
skip="pixi.lock,.pixi,qaqc.yaml"
4848

49-
[tool.pixi.project]
49+
[tool.pixi.workspace]
5050
name = "xarray-tutorial"
5151
channels = ["conda-forge"]
5252
platforms = ["osx-arm64", "linux-64", "win-64"]
@@ -90,6 +90,7 @@ pydap = ">=3.5.5,<4"
9090
python-graphviz = ">=0.21,<0.22"
9191
pooch = ">=1.8.2,<2"
9292
rioxarray = ">=0.19.0,<0.20"
93+
scikit-learn = ">=1.6.0,<2"
9394
scipy = ">=1.16.0,<2"
9495
sphinx-codeautolink = ">=0.17.4,<0.18"
9596
sphinxcontrib-mermaid = ">=1.0.0,<2"
@@ -101,3 +102,4 @@ zarr = ">=3.0.10,<4"
101102
flox = ">=0.10.4,<0.11"
102103
numbagg = ">=0.9.0,<0.10"
103104
rich = ">=14.0.0,<15"
105+
jupyterlab_vim = ">=4.1.4,<5"

0 commit comments

Comments
 (0)