From e63ca144ea1a90ca519c0e148308ff077538985c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:22:51 +0000 Subject: [PATCH] Bump avalanche-lib from 0.3.1 to 0.5.0 Bumps [avalanche-lib](https://github.com/ContinualAI/avalanche) from 0.3.1 to 0.5.0. - [Release notes](https://github.com/ContinualAI/avalanche/releases) - [Changelog](https://github.com/ContinualAI/avalanche/blob/master/docs/release_process.md) - [Commits](https://github.com/ContinualAI/avalanche/compare/v0.3.1...v0.5.0) --- updated-dependencies: - dependency-name: avalanche-lib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 63217394..616730f9 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -8,5 +8,5 @@ sphinx-autodoc-typehints==1.25.2 sphinx-paramlinks==0.6.0 # Temporarily added -avalanche_lib==0.3.1 +avalanche_lib==0.5.0 wild-time-data==0.1.1 diff --git a/pyproject.toml b/pyproject.toml index 64b0dad0..d499e901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["version", "readme", "dependencies"] [project.optional-dependencies] avalanche = [ - "avalanche_lib==0.3.1", + "avalanche_lib==0.5.0", "torch>=1.10.0, <1.12.2", ] benchmark = [ @@ -26,7 +26,7 @@ benchmark = [ ] dev = [ "black==23.11.0", - "avalanche_lib==0.3.1", + "avalanche_lib==0.5.0", "wild-time-data==0.1.1", "torch>=1.10.0, <1.12.2", # PyTest Dependencies