Skip to content

Commit 72eed09

Browse files
authored
Bump package compats (#14)
1 parent 8e2c55a commit 72eed09

5 files changed

Lines changed: 38 additions & 23 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
name: CompatHelper
1+
name: "CompatHelper"
22
on:
33
schedule:
4-
- cron: 0 0 * * *
5-
workflow_dispatch:
4+
- cron: "0 0 * * *"
5+
workflow_dispatch: ~
6+
permissions:
7+
contents: "write"
8+
pull-requests: "write"
69
jobs:
7-
CompatHelper:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Pkg.add("CompatHelper")
11-
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
12-
- name: CompatHelper.main()
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
10+
compat-helper:
11+
name: "CompatHelper"
12+
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@main"
13+
with:
14+
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

Project.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name = "ITensorVisualizationBase"
22
uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23"
33
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
4-
version = "0.1.13"
4+
version = "0.1.14"
5+
6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
58

69
[deps]
710
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -23,13 +26,7 @@ GeometryBasics = "0.4.1, 0.5"
2326
Graphs = "1.4.1"
2427
ITensorMPS = "0.3"
2528
ITensors = "0.7, 0.8, 0.9"
26-
MetaGraphs = "0.7.1, 0.8"
29+
MetaGraphs = "0.7.1, 0.8, 0.9"
2730
NetworkLayout = "0.4.3"
2831
Statistics = "1.10"
2932
julia = "1.10"
30-
31-
[extras]
32-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
33-
34-
[targets]
35-
test = ["Test"]

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+
[compat]
5+
Documenter = "1"

examples/Project.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
88
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
99

1010
[compat]
11-
ITensorMPS = "0.2.2"
12-
ITensors = "0.6.8"
11+
GeometryBasics = "0.4.1, 0.5"
12+
Graphs = "1.4.1"
13+
ITensorMPS = "0.3"
14+
ITensorVisualizationBase = "0.1"
15+
ITensors = "0.7, 0.8, 0.9"
16+
LayeredLayouts = "0.2"
17+
NetworkLayout = "0.4.3"

test/Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
77
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
88
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
99
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
11+
[sources.ITensorVisualizationBase]
12+
path = ".."
13+
14+
[compat]
15+
GeometryBasics = "0.4.1, 0.5"
16+
Graphs = "1.4.1"
17+
ITensorMPS = "0.3"
18+
ITensorVisualizationBase = "0.1"
19+
ITensors = "0.7, 0.8, 0.9"
20+
LayeredLayouts = "0.2"
21+
NetworkLayout = "0.4.3"

0 commit comments

Comments
 (0)