Skip to content

Commit

Permalink
update CI (#413)
Browse files Browse the repository at this point in the history
* update ci
  • Loading branch information
JulienT01 authored Feb 21, 2024
1 parent cc015a7 commit 3aebaa5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Dev version

* Moving "rendering" to rlberry

Version 0.7.0
-------------

*PR #397*

* Automatic save after fit() in ExperienceManager
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ docopt = "^0.6.2"
pyyaml = "^6.0.1"
tqdm = "^4.66.1"
moviepy = "^1.0.3"
pyopengl = "^3.1.7"
optuna ={version="^3.4.0", optional=true}
ffmpeg-python = {version="^0.2.0", optional=true}
pyopengl = {version="^3.1.7", optional=true}
pyvirtualdisplay = {version="^3.0", optional=true}
opencv-python = {version="^4.8.1.78", optional=true}
ale-py = {version="^0.8.1", optional=true}
Expand All @@ -46,7 +46,7 @@ scikit-learn = {version="1.2.2", optional=true}

[tool.poetry.extras]
torch = ["opencv-python", "ale-py", "stable-baselines3", "tensorboard", "torch"]
extras = ["optuna", "numba", "ffmpeg-python", "pyopengl", "pyvirtualdisplay", "scikit-fda", "scikit-learn"]
extras = ["optuna", "numba", "ffmpeg-python", "pyvirtualdisplay", "scikit-fda", "scikit-learn"]
doc = ["sphinx", "sphinx-gallery", "sphinx-math-dollar", "numpydoc", "myst-parser", "sphinxcontrib-video", "matplotlib"]

[tool.poetry.group.dev]
Expand Down

0 comments on commit 3aebaa5

Please sign in to comment.