We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e236db commit fc9048fCopy full SHA for fc9048f
pixi.toml
@@ -26,9 +26,8 @@ docs = { features = ["docs"], solve-group = "docs" }
26
typing = { features = ["typing"], solve-group = "typing" }
27
pre-commit = { features = ["pre-commit"], no-default-feature = true }
28
29
-[dependencies] # keep section in sync with pyproject.toml dependencies
+[package.run-dependencies] # keep section in sync with pyproject.toml dependencies
30
python = ">=3.11"
31
-parcels = { path = "." }
32
netcdf4 = ">=1.7.2"
33
numpy = ">=2.1.0"
34
tqdm = ">=4.50.0"
@@ -41,6 +40,9 @@ cf_xarray = ">=0.8.6"
41
40
cftime = ">=1.6.3"
42
pooch = ">=1.8.0"
43
+[dependencies]
44
+parcels = { path = "." }
45
+
46
[feature.minimum.dependencies]
47
python = "==3.11"
48
netcdf4 = "==1.7.2"
0 commit comments