Skip to content

Commit

Permalink
Require Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 13, 2024
1 parent 1356db4 commit 0cfa925
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
version:
- '1.6'
- 'lts'
- '1'
os:
- ubuntu-latest
Expand All @@ -24,8 +24,8 @@ jobs:
# MacOS not available on x86
- {os: 'macOS-latest', arch: 'x86'}
# Only test all os on the latest release
- {version: '1.6', os: 'windows-latest'}
- {version: '1.6', os: 'macOS-latest'}
- {version: 'lts', os: 'windows-latest'}
- {version: 'lts', os: 'macOS-latest'}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Manifest.toml
/examples/vumps/Manifest.toml
/test/Manifest.toml
*.swp
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ KrylovKit = "0.5, 0.6, 0.7, 0.8"
OffsetArrays = "1"
QuadGK = "2"
SplitApplyCombine = "1.2.2"
julia = "1.6"
julia = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
5 changes: 5 additions & 0 deletions examples/vumps/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[deps]
ITensorInfiniteMPS = "1dc1fb26-a137-4954-ae60-1bd4106e95ad"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"

0 comments on commit 0cfa925

Please sign in to comment.