From e290c206c97ace1b1f19653af628d7e6e8b96485 Mon Sep 17 00:00:00 2001 From: otaj <6065855+otaj@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:53:15 +0200 Subject: [PATCH] Bump version of fsspec (#14975) fsspec verbump --- environment.yml | 2 +- requirements/lite/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index df3fac2b0f..2def8a0186 100644 --- a/environment.yml +++ b/environment.yml @@ -33,7 +33,7 @@ dependencies: - future>=0.17.1 - PyYAML>=5.1 - tqdm>=4.41.0 - - fsspec[http]>=2021.05.0, !=2021.06.0 + - fsspec[http]>=2021.06.1 #- tensorboard>=2.2.0 # not needed, already included in pytorch # Optional diff --git a/requirements/lite/base.txt b/requirements/lite/base.txt index eb130bc254..dd4e24bd85 100644 --- a/requirements/lite/base.txt +++ b/requirements/lite/base.txt @@ -3,7 +3,7 @@ numpy>=1.17.2, <1.23.1 torch>=1.9.*, <1.13.0 -fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0 +fsspec[http]>=2021.06.1, <2022.6.0 packaging>=17.0, <=21.3 typing-extensions>=4.0.0, <4.3.1 lightning-utilities==0.3.* diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index c7301c0834..8109dd4f6b 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -5,7 +5,7 @@ numpy>=1.17.2, <1.23.1 torch>=1.9.*, <1.13.0 tqdm>=4.57.0, <4.65.0 PyYAML>=5.4, <=6.0 -fsspec[http]>=2021.05.0, !=2021.06.0, <2022.8.0 +fsspec[http]>=2021.06.1, <2022.8.0 tensorboard>=2.9.1, <2.11.0 torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version packaging>=17.0, <=21.3