Skip to content

Commit

Permalink
Pin ReinforcementLearning.jl to pre-refactor versions (#793)
Browse files Browse the repository at this point in the history
* Tag 0.10.2 version

* Update NEWS.md
  • Loading branch information
jeremiahpslewis authored Mar 3, 2023
1 parent 01f264c commit d1971f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ReinforcementLearning.jl Release Notes

## [email protected]
## [email protected]

- Pin sub-packages to pre-refactor versions

### ReinforcementLearningExperiments.jl

Expand Down
6 changes: 5 additions & 1 deletion 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 <[email protected]>", "Jun Tian <[email protected]>"]
version = "0.11.0"
version = "0.10.2"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -14,6 +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"

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

0 comments on commit d1971f5

Please sign in to comment.