Skip to content

Commit 1c1dda2

Browse files
committed
update lockfiles, make py version dynamic
1 parent efdc56a commit 1c1dda2

File tree

3 files changed

+57
-101
lines changed

3 files changed

+57
-101
lines changed

Cargo.lock

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

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[project]
22
name = "cotengrust"
3-
version = "0.2.1"
43
description = "Fast contraction ordering primitives for tensor networks."
54
readme = "README.md"
65
requires-python = ">=3.8"
@@ -13,6 +12,7 @@ license = { file = "LICENSE" }
1312
authors = [
1413
{name = "Johnnie Gray", email = "johnniemcgray@gmail.com"}
1514
]
15+
dynamic = ["version"]
1616

1717
[build-system]
1818
requires = ["maturin>=1.0,<2.0"]

0 commit comments

Comments
 (0)