You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"# can remove this once https://github.com/prefix-dev/pixi-build-backends/issues/397 is resolved
11
-
12
-
[package.build]
13
-
backend = { name = "pixi-build-python", version = "==0.4.0" }
14
-
15
-
[package.host-dependencies]
16
-
setuptools = "*"
17
-
setuptools_scm = "*"
6
+
# TODO: Re-enable pixi-build once https://github.com/prefix-dev/pixi-build-backends/issues/411 is fixed, and remove pypi install of Parcels
7
+
# preview = ["pixi-build"]
8
+
# [package]
9
+
# name = "parcels"
10
+
# 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.
11
+
# license = "MIT" # can remove this once https://github.com/prefix-dev/pixi-build-backends/issues/397 is resolved
12
+
#
13
+
# [package.build]
14
+
# backend = { name = "pixi-build-python", version = "==0.4.0" }
15
+
#
16
+
# [package.host-dependencies]
17
+
# setuptools = "*"
18
+
# setuptools_scm = "*"
18
19
19
20
[environments]
20
21
test-latest = { features = ["test"], solve-group = "test" }
0 commit comments