Skip to content

Commit 6662d3e

Browse files
committed
fix conda-build pixi task
1 parent 2cdb352 commit 6662d3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pystog"
77
description = "Total scattering function manipulator"
88
dynamic = ["version"]
99
requires-python = ">=3.10"
10-
license = { text = "GPL version 3.0" }
10+
license = { text = "GPL-3.0-or-later" }
1111
readme = "README.md"
1212
keywords = ["neutrons", "pystog"]
1313

@@ -68,7 +68,7 @@ name = "pystog"
6868
version = "0.0.0"
6969

7070
[tool.pixi.package.build]
71-
backend = { name = "pixi-build-python", version = "0.1.*" }
71+
backend = { name = "pixi-build-python", version = "0.4.*" }
7272

7373
[tool.pixi.package.host-dependencies]
7474
hatchling = "*"

0 commit comments

Comments
 (0)