We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d1ca9 commit 86e34c6Copy full SHA for 86e34c6
pixi.toml
@@ -30,7 +30,7 @@ typing_extensions = ">=4.12.0"
30
plotly = ">=5.18.0"
31
32
[package.build]
33
-backend = { name = "pixi-build-python", version = "==0.3.2" }
+backend = { name = "pixi-build-python", version = "==0.4.0" }
34
35
[package.host-dependencies]
36
hatchling = "==1.26.3"
pyproject.toml
@@ -1,6 +1,7 @@
1
[project]
2
name = "dyno"
3
version = "0.1.5"
4
+license = { file = "LICENSE" }
5
requires-python = ">= 3.10,<3.14"
6
7
[build-system]
0 commit comments