Skip to content

Commit

Permalink
update compat and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Jan 8, 2025
1 parent 77acc1e commit bfe0a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.11'
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"

[compat]
CUDA = "5"
CUDA = "5.5"
DocStringExtensions = "0.9"
Graphs = "1.9"
LabelledGraphs = "0.4.4"
Expand All @@ -37,7 +37,7 @@ SpinGlassTensors = "1.3.0"
Statistics = "1.7.0"
TensorCast = "0.4"
TensorOperations = "5.1.3"
julia = "1.10"
julia = "1.11"

[extras]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand Down

0 comments on commit bfe0a74

Please sign in to comment.