Skip to content

Commit aa0a997

Browse files
committed
Attempt to fix the toml
1 parent 6d7d2d5 commit aa0a997

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Project.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorNetworksNext"
22
uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c"
3-
authors = ["ITensor developers <[email protected]> and contributors"]
43
version = "0.1.10"
4+
authors = ["ITensor developers <[email protected]> and contributors"]
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -10,22 +10,22 @@ BackendSelection = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
1010
DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
1111
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
1212
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
13-
ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
1413
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1514
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1615
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
1716
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
1817
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
1918
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
19+
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
20+
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
21+
WrappedUnions = "325db55a-9c6c-5b90-b1a2-ec87e7a38c44"
2022

2123
[weakdeps]
24+
ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
2225
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2326

2427
[extensions]
2528
ITensorNetworksNextTensorOperationsExt = "TensorOperations"
26-
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
27-
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
28-
WrappedUnions = "325db55a-9c6c-5b90-b1a2-ec87e7a38c44"
2929

3030
[compat]
3131
AbstractTrees = "0.4.5"
@@ -41,8 +41,5 @@ NamedDimsArrays = "0.8"
4141
NamedGraphs = "0.6.9, 0.7"
4242
SimpleTraits = "0.9.5"
4343
SplitApplyCombine = "1.2.3"
44-
TermInterface = "2"
45-
TypeParameterAccessors = "0.4.4"
46-
WrappedUnions = "0.3"
4744
TensorOperations = "5.3.1"
4845
julia = "1.10"

0 commit comments

Comments
 (0)