We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960a5ee commit 00151d4Copy full SHA for 00151d4
1 file changed
pyproject.toml
@@ -46,7 +46,7 @@ line_length=100
46
ignore-words-list="nd"
47
skip="pixi.lock,.pixi,qaqc.yaml"
48
49
-[tool.pixi.project]
+[tool.pixi.workspace]
50
name = "xarray-tutorial"
51
channels = ["conda-forge"]
52
platforms = ["osx-arm64", "linux-64", "win-64"]
@@ -90,6 +90,7 @@ pydap = ">=3.5.5,<4"
90
python-graphviz = ">=0.21,<0.22"
91
pooch = ">=1.8.2,<2"
92
rioxarray = ">=0.19.0,<0.20"
93
+scikit-learn = ">=1.6.0,<2"
94
scipy = ">=1.16.0,<2"
95
sphinx-codeautolink = ">=0.17.4,<0.18"
96
sphinxcontrib-mermaid = ">=1.0.0,<2"
@@ -101,3 +102,4 @@ zarr = ">=3.0.10,<4"
101
102
flox = ">=0.10.4,<0.11"
103
numbagg = ">=0.9.0,<0.10"
104
rich = ">=14.0.0,<15"
105
+jupyterlab_vim = ">=4.1.4,<5"
0 commit comments