diff --git a/pyproject.toml b/pyproject.toml index bc26f426a..4aa36078f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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} @@ -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"]