Skip to content

Commit

Permalink
update compatibility statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeist committed Jun 8, 2024
1 parent 53476b7 commit a1bb013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

[compat]
Adapt = "2, 3"
CUDA = "1, 2, 3, 4"
TensorOperations = "2, 3"
Adapt = "2, 3, 4"
CUDA = "1, 2, 3, 4, 5"
TensorOperations = "2, 3, 4"
TupleTools = "1.1"
julia = "1.3"

Expand Down

0 comments on commit a1bb013

Please sign in to comment.