Skip to content

Commit

Permalink
Bump compat of RL.jl to 0.11.0-dev (JuliaReinforcementLearning#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored and Panajiotis Keßler committed Mar 23, 2023
1 parent 13dc9d7 commit 8a852b3
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 = "ReinforcementLearning"
uuid = "158674fc-8238-5cab-b5ba-03dfc80d1318"
authors = ["Johanni Brea <jbrea@users.noreply.github.com>", "Jun Tian <tianjun.cpp@gmail.com>"]
version = "0.10.2"
version = "0.11.0-dev"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -14,10 +14,10 @@ ReinforcementLearningZoo = "d607f57d-ee1e-4ba7-bcf2-7734c1e31854"
[compat]
Reexport = "0.2, 1"
julia = "1.6"
ReinforcementLearningBase = "0.9"
ReinforcementLearningCore = "0.8"
ReinforcementLearningEnvironments = "0.6"
ReinforcementLearningZoo = "0.5"
ReinforcementLearningBase = "0.11"
ReinforcementLearningCore = "0.9"
ReinforcementLearningEnvironments = "0.7"
ReinforcementLearningZoo = "0.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 8a852b3

Please sign in to comment.