Skip to content

Commit 2c7d540

Browse files
authored
Remove deprecation warnings in pixi.toml (#94)
1 parent 148caa1 commit 2c7d540

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

template/pixi.toml.jinja

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
name = "{{ project_slug }}"
33
channels = ["conda-forge"]
44
platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"]
@@ -8,8 +8,6 @@ postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-
88

99
[dependencies]
1010
python = ">={{ minimal_python_version.replace('py3', '3.') }}"
11-
12-
[host-dependencies]
1311
pip = "*"
1412
setuptools = ">=61"
1513
setuptools-scm = "*"

0 commit comments

Comments
 (0)