Skip to content

Commit

Permalink
allow Cassette 0.3, and CuArrays 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Apr 26, 2020
1 parent cef9cd0 commit 4394abb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Yota"
uuid = "cd998857-8626-517d-b929-70ad188a48f0"
authors = ["Andrei Zhabinski <andrei.zhabinski@gmail.com>"]
version = "0.2.4"
version = "0.2.5"

[deps]
CUDAapi = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"
Expand All @@ -16,10 +16,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CUDAapi = "2.0"
CUDAnative = "2.6"
CuArrays = "1.5"
Cassette = "0.2.6"
CUDAapi = "2.0, 4"
CUDAnative = "2.6, 3"
CuArrays = "1.5, 2"
Cassette = "0.2.6, 0.3"
Espresso = "0.6.0"
JuliaInterpreter = "0.7.2"
julia = "1"

0 comments on commit 4394abb

Please sign in to comment.