From 3aebaa5d97fa9b7bce4cd7c580ab1a1aad76b82c Mon Sep 17 00:00:00 2001 From: Ju T <53004817+JulienT01@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:50:34 +0100 Subject: [PATCH] update CI (#413) * update ci --- docs/changelog.rst | 3 +++ poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 45aa07551..7fcff57c7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,9 @@ Dev version * Moving "rendering" to rlberry +Version 0.7.0 +------------- + *PR #397* * Automatic save after fit() in ExperienceManager diff --git a/poetry.lock b/poetry.lock index a40115b84..53df9d049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2529,7 +2529,7 @@ windows-terminal = ["colorama (>=0.4.6)"] name = "pyopengl" version = "3.1.7" description = "Standard OpenGL bindings for Python" -optional = true +optional = false python-versions = "*" files = [ {file = "PyOpenGL-3.1.7-py3-none-any.whl", hash = "sha256:a6ab19cf290df6101aaf7470843a9c46207789855746399d0af92521a0a92b7a"}, @@ -2779,7 +2779,7 @@ rlberry = "*" type = "git" url = "https://github.com/rlberry-py/rlberry-scool.git" reference = "HEAD" -resolved_reference = "385bcf9dfa54b07135eeb6b9ccd959090a4c16b3" +resolved_reference = "f639b8a22fa777c08b755908d9e98f8f6ece6ab7" [[package]] name = "rsa" @@ -3622,10 +3622,10 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [extras] doc = ["matplotlib", "myst-parser", "numpydoc", "sphinx", "sphinx-gallery", "sphinx-math-dollar", "sphinxcontrib-video"] -extras = ["ffmpeg-python", "numba", "optuna", "pyopengl", "pyvirtualdisplay", "scikit-fda", "scikit-learn"] +extras = ["ffmpeg-python", "numba", "optuna", "pyvirtualdisplay", "scikit-fda", "scikit-learn"] torch = ["ale-py", "opencv-python", "stable-baselines3", "tensorboard", "torch"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "362fde3f26bf7c0c9e002bf797985cb6fc80ded360af97177cfb0c62501b3c58" +content-hash = "58fb3608e19406eb5708e49bedab669fd1d43b459090c2416bb30684c3f499db" diff --git a/pyproject.toml b/pyproject.toml index a1ccc2ad0..967307b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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} @@ -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]