Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 23, 2024
1 parent 3388421 commit 7bc583f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'lts'
- '1'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ AbstractTrees = "0.4"
Compat = "3.40.0, 4"
GeometryBasics = "0.4.1"
Graphs = "1.4.1"
ITensorMPS = "0.1, 0.2, 0.3"
ITensors = "0.2.12, 0.3, 0.4, 0.5, 0.6, 0.7"
ITensorMPS = "0.3"
ITensors = "0.7"
MetaGraphs = "0.7.1"
NetworkLayout = "0.4.3"
Statistics = "1.10"
Expand Down
4 changes: 0 additions & 4 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ITensorMPS = "0.2.2"
ITensors = "0.6.8"

0 comments on commit 7bc583f

Please sign in to comment.