Skip to content

Commit

Permalink
Bump JLArrays compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 18, 2023
1 parent 058ae95 commit 9efc771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Adapt = "4"
Adapt = "4.0"
GPUArraysCore = "= 0.1.5"
LLVM = "3.9, 4, 5, 6"
LinearAlgebra = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/GPUArraysCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ version = "0.1.5"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

[compat]
Adapt = "4"
Adapt = "4.0"
julia = "1.6"
4 changes: 2 additions & 2 deletions lib/JLArrays/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Adapt = "2.0, 3.0"
GPUArrays = "9"
Adapt = "2.0, 3.0, 4.0"
GPUArrays = "10"
julia = "1.8"
Random = "1"

0 comments on commit 9efc771

Please sign in to comment.