Skip to content

Commit

Permalink
Bump subpackage compat. (#2475)
Browse files Browse the repository at this point in the history
[only subpackages]
  • Loading branch information
maleadt committed Aug 23, 2024
1 parent 3d8467d commit 4a215e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/cudnn/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.4"
CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
CUDNN_jll = "~9.1"
julia = "1.8"
2 changes: 1 addition & 1 deletion lib/custatevec/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.4"
CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
cuQuantum_jll = "~24.03"
julia = "1.8"
2 changes: 1 addition & 1 deletion lib/cutensor/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.4"
CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
CUTENSOR_jll = "~2.0"
LinearAlgebra = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/cutensornet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.4"
CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
cuQuantum_jll = "~24.3"
cuTENSOR = "2"
Expand Down

0 comments on commit 4a215e3

Please sign in to comment.