Skip to content

Commit 90f43bb

Browse files
authored
Reformat Project.toml (#109)
1 parent 8deb1d8 commit 90f43bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
3+
version = "0.5.2"
34
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.5.1"
5+
6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
58

69
[deps]
710
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -12,11 +15,8 @@ TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
1215

1316
[compat]
1417
Accessors = "0.1.39"
15-
ConstructionBase = "1.6.0"
18+
ConstructionBase = "1.6"
1619
NamedDimsArrays = "0.14"
1720
Random = "1.10"
1821
TensorAlgebra = "0.3, 0.4, 0.5, 0.6, 0.7"
1922
julia = "1.10"
20-
21-
[workspace]
22-
projects = ["benchmark", "dev", "docs", "examples", "test"]

0 commit comments

Comments
 (0)