Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienT01 committed Jan 15, 2024
1 parent 0205a62 commit ab272f7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rlberry"
version = "v0.5.0.post29.dev0+2b871b8"
version = "v0.7.0"
description = "An easy-to-use reinforcement learning library for research and education"
authors = ["Omar Darwiche Domingues, Yannis Flet-Berliac, Edouard Leurent, Pierre Menard, Xuedong Shang"]
homepage = "https://github.com/rlberry-py"
Expand Down Expand Up @@ -39,12 +39,6 @@ ale-py = {version="^0.8.1", optional=true}
stable-baselines3 = {version="^2.1.0", optional=true}
tensorboard = {version="^2.15.1", optional=true}
torch = {version=">=2.0.0, !=2.0.1, !=2.1.0", optional=true}
sphinx = {version="6.2.1", optional=true}
sphinx-gallery = { version= "^0.14.0", optional=true}
sphinx-math-dollar = {version="^1.2.1", optional=true}
numpydoc = {version="^1.6.0", optional=true}
myst-parser = {version="^2.0.0", optional=true}
sphinxcontrib-video = {git = "https://github.com/sphinx-contrib/video", optional=true}
pandas = "2.1.0"
numba = "^0.58.1"
scikit-fda = {version="^0.9", optional=true}
Expand All @@ -66,6 +60,13 @@ black = "23.9.1"
pre-commit = "^3.5.0"
rlberry-research = {git = "https://github.com/rlberry-py/rlberry-research.git"}
rlberry-scool = {git = "https://github.com/rlberry-py/rlberry-scool.git"}
sphinxcontrib-video = {git = "https://github.com/sphinx-contrib/video", optional=true}
sphinx = {version="6.2.1", optional=true}
sphinx-gallery = { version= "^0.14.0", optional=true}
sphinx-math-dollar = {version="^1.2.1", optional=true}
numpydoc = {version="^1.6.0", optional=true}
myst-parser = {version="^2.0.0", optional=true}


[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ab272f7

Please sign in to comment.