diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6cf9d84..3483871 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ on: pull_request: branches: - master - push: + workflow_dispatch: jobs: test: name: Julia ${{ matrix.version }} diff --git a/Project.toml b/Project.toml index 249db32..f2c8362 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SpinGlassNetworks" uuid = "b7f6bd3e-55dc-4da6-96a9-ef9dbec6ac19" authors = ["Anna Maria Dziubyna ", "Tomasz Śmierzchalski ", "Bartłomiej Gardas ", "Konrad Jałowiecki ", "Łukasz Pawela ", "Marek M. Rams "] -version = "1.0.0" +version = "1.1.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -19,7 +19,7 @@ SpinGlassTensors = "7584fc6a-5a23-4eeb-8277-827aab0146ea" [compat] CSV = "0.8" -CUDA = "4.4" +CUDA = "5" DocStringExtensions = "0.9" Graphs = "1.9.0" HDF5 = "0.17" @@ -28,7 +28,7 @@ LabelledGraphs = "0.4.4" MKL = "0.4.2" MetaGraphs = "0.7" SparseArrays = "1.9" -SpinGlassTensors = "1" +SpinGlassTensors = "1.1" julia = "1.9, 1.10" [extras]