Skip to content

Commit 0cfa925

Browse files
committed
Require Julia 1.11
1 parent 1356db4 commit 0cfa925

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15-
- '1.6'
15+
- 'lts'
1616
- '1'
1717
os:
1818
- ubuntu-latest
@@ -24,8 +24,8 @@ jobs:
2424
# MacOS not available on x86
2525
- {os: 'macOS-latest', arch: 'x86'}
2626
# Only test all os on the latest release
27-
- {version: '1.6', os: 'windows-latest'}
28-
- {version: '1.6', os: 'macOS-latest'}
27+
- {version: 'lts', os: 'windows-latest'}
28+
- {version: 'lts', os: 'macOS-latest'}
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: julia-actions/setup-julia@latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Manifest.toml
2+
/examples/vumps/Manifest.toml
23
/test/Manifest.toml
34
*.swp

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ KrylovKit = "0.5, 0.6, 0.7, 0.8"
2727
OffsetArrays = "1"
2828
QuadGK = "2"
2929
SplitApplyCombine = "1.2.2"
30-
julia = "1.6"
30+
julia = "1.10"
3131

3232
[extras]
3333
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

examples/vumps/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[deps]
2+
ITensorInfiniteMPS = "1dc1fb26-a137-4954-ae60-1bd4106e95ad"
3+
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
4+
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
5+
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"

0 commit comments

Comments
 (0)