From 9fbc4f2a0823806dfc335c09cfd9b48a2c4a2986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 11:31:03 +0000 Subject: [PATCH] chore: bump stable-baselines3 from 1.1.0 to 1.2.0 Bumps [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/DLR-RM/stable-baselines3/releases) - [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: stable-baselines3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa9ae30..a5e824c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -919,7 +919,7 @@ test = ["pytest"] [[package]] name = "stable-baselines3" -version = "1.1.0" +version = "1.2.0" description = "Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms." category = "main" optional = false @@ -931,12 +931,12 @@ gym = ">=0.17" matplotlib = "*" numpy = "*" pandas = "*" -torch = ">=1.4.0" +torch = ">=1.8.1" [package.extras] docs = ["sphinx", "sphinx-autobuild", "sphinx-rtd-theme", "sphinxcontrib.spelling", "sphinx-autodoc-typehints"] extra = ["opencv-python", "atari-py (>=0.2.0,<0.3.0)", "pillow", "tensorboard (>=2.2.0)", "psutil"] -tests = ["pytest", "pytest-cov", "pytest-env", "pytest-xdist", "pytype", "flake8 (>=3.8)", "flake8-bugbear", "isort (>=5.0)", "black"] +tests = ["pytest", "pytest-cov", "pytest-env", "pytest-xdist", "pytype", "flake8 (>=3.8)", "flake8-bugbear", "isort (>=5.0)", "black", "scipy (>=1.4.1)"] [[package]] name = "tabulate" @@ -1043,7 +1043,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "dfb7489045dcb5a563418482f805a22ddc737eb0dae76c3f6422bc63f6c1c001" +content-hash = "15d7eba5aa3d523b3d43151c64fcd58666585d597b15057beb730684c12ac0b1" [metadata.files] alabaster = [ @@ -1833,8 +1833,8 @@ sphinxcontrib-serializinghtml = [ {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"}, ] stable-baselines3 = [ - {file = "stable_baselines3-1.1.0-py3-none-any.whl", hash = "sha256:4ded63f79e6995e7f389143a60756031d49884b907a0ee7c9ab948c4ed566ada"}, - {file = "stable_baselines3-1.1.0.tar.gz", hash = "sha256:62c1f959623cd2bb9eb75451bbf9af2b3e5cd4b42ae6987adf9c8fd0a2eb4969"}, + {file = "stable_baselines3-1.2.0-py3-none-any.whl", hash = "sha256:15769fe983fd0c14067c87294a1f5cd081fdfdb02092bc1277ec3fad45e9bd13"}, + {file = "stable_baselines3-1.2.0.tar.gz", hash = "sha256:170842f30c00adff0dcccef5be74921cfa0dd2650b3eb8600c62b5d43ff78c67"}, ] tabulate = [ {file = "tabulate-0.8.9-py3-none-any.whl", hash = "sha256:d7c013fe7abbc5e491394e10fa845f8f32fe54f8dc60c6622c6cf482d25d47e4"}, diff --git a/pyproject.toml b/pyproject.toml index e42c76f..1564444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["data/with_actions.h5"] python = "^3.6.2" eagerx = "^0.1.10" h5py = "^2.9.0" -stable-baselines3 = "1.1.0" +stable-baselines3 = "1.2.0" pyglet = "^1.5.21" [tool.poetry.dev-dependencies]