diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9b1bfb47..0cc47842 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,6 @@ jobs: fail-fast: false matrix: version: - - '1.10' - '1.11' steps: - uses: actions/checkout@v4 diff --git a/Project.toml b/Project.toml index 2f927da9..f32e713a 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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"