Skip to content

Commit 1df368d

Browse files
committed
Update pixi.toml to fix install
1 parent 7c1177a commit 1df368d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pixi.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
77
[package]
88
name = "parcels"
99
version = "dynamic" # dynamic versioning needs better support in pixi https://github.com/prefix-dev/pixi/issues/2923#issuecomment-2598460666 . Putting `version = "dynamic"` here for now until pixi recommends something else.
10+
license = "MIT"
1011

1112
[package.build]
12-
backend = { name = "pixi-build-python", version = "==0.3.2" }
13+
backend = { name = "pixi-build-python", version = "==0.4.0" }
1314

1415
[package.host-dependencies]
1516
setuptools = "*"
@@ -26,6 +27,7 @@ pre-commit = { features = ["pre-commit"], no-default-feature = true }
2627

2728
[dependencies] # keep section in sync with pyproject.toml dependencies
2829
python = ">=3.11,<3.13"
30+
parcels = { path = "." }
2931
netcdf4 = ">=1.1.9"
3032
numpy = ">=1.9.1"
3133
tqdm = "*"

0 commit comments

Comments
 (0)