We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5431176 + cf9a805 commit 8300b6bCopy full SHA for 8300b6b
.github/workflows/CI.yml
@@ -18,8 +18,9 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.8.2'
22
- - 'nightly'
+ - '1'
+ - '1.8'
23
+ #- 'nightly'
24
os:
25
- ubuntu-latest
26
- macOS-latest
Project.toml
@@ -26,6 +26,7 @@ WhereTraits = "c9d4e05b-6318-49cb-9b56-e0e2b0ceadd8"
Bijections = "0.1"
27
DataStructures = "0.18"
28
Distributions = "0.25"
29
+Graphs = "1"
30
IterTools = "1.4"
31
MetaGraphs = "0.7"
32
OMEinsum = "0.7"
@@ -34,4 +35,5 @@ SimpleTraits = "0.9"
34
35
SimpleValueGraphs = "0.4"
36
SimpleWeightedGraphs = "1.2"
37
TensorOperations = "3.2"
38
+WhereTraits = "1"
39
julia = "1.8"
0 commit comments