Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 48df058

Browse files
authored
Allow GPUArrays v3.1.0. (#45)
* Remove type requirement from CircularArrayBuffer. * Allow GPUArrays v3.1.0. * Also allow CuArrays v2.0, v2.1.
1 parent 1e03821 commit 48df058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2020

2121
[compat]
2222
Adapt = "1"
23-
CUDAapi = "3, 4.0"
24-
CuArrays = "1.7"
23+
CUDAapi = "3, 4"
24+
CuArrays = "1.7, 2"
2525
Distributions = "0.22, 0.23"
2626
FillArrays = "0.8"
2727
Flux = "0.10"
28-
GPUArrays = "2, 3.0"
28+
GPUArrays = "2, 3"
2929
MacroTools = "0.5"
3030
ProgressMeter = "1.2"
3131
ReinforcementLearningBase = "0.6"

0 commit comments

Comments
 (0)