We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07511ee commit 2364c41Copy full SHA for 2364c41
2 files changed
Project.toml
@@ -59,7 +59,7 @@ Adapt = "4"
59
Combinatorics = "1"
60
Compat = "3, 4"
61
ConstructionBase = "1.6"
62
-DataGraphs = "0.4.0"
+DataGraphs = "0.4"
63
DataStructures = "0.18, 0.19"
64
Dictionaries = "0.4"
65
Distributions = "0.25.86"
test/Project.toml
@@ -32,8 +32,8 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
32
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
33
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
34
35
-[sources]
36
-ITensorNetworks = {path = ".."}
+[sources.ITensorNetworks]
+path = ".."
37
38
[compat]
39
AbstractTrees = "0.4.5"
0 commit comments