Skip to content

Commit

Permalink
Fix CUDA compat (allow v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Mar 3, 2024
1 parent bcb63d5 commit 0cda415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReinforcementLearningExperiments/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[compat]
CUDA = "4.0"
CUDA = "4, 5"
Distributions = "0.25"
Flux = "0.13, 0.14"
IntervalSets = "0.7"
Expand Down

0 comments on commit 0cda415

Please sign in to comment.