Skip to content

Commit 8300b6b

Browse files
2 parents 5431176 + cf9a805 commit 8300b6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.8.2'
22-
- 'nightly'
21+
- '1'
22+
- '1.8'
23+
#- 'nightly'
2324
os:
2425
- ubuntu-latest
2526
- macOS-latest

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WhereTraits = "c9d4e05b-6318-49cb-9b56-e0e2b0ceadd8"
2626
Bijections = "0.1"
2727
DataStructures = "0.18"
2828
Distributions = "0.25"
29+
Graphs = "1"
2930
IterTools = "1.4"
3031
MetaGraphs = "0.7"
3132
OMEinsum = "0.7"
@@ -34,4 +35,5 @@ SimpleTraits = "0.9"
3435
SimpleValueGraphs = "0.4"
3536
SimpleWeightedGraphs = "1.2"
3637
TensorOperations = "3.2"
38+
WhereTraits = "1"
3739
julia = "1.8"

0 commit comments

Comments
 (0)