From cbf95b16ace47eb5061ce2803bcdf8ab566c19e7 Mon Sep 17 00:00:00 2001 From: Dmitri Soshnikov <dmitri@soshnikov.com> Date: Wed, 25 May 2022 11:56:12 +0300 Subject: [PATCH] Update environments --- .devcontainer/environment.yml | 1 - .devcontainer/requirements.txt | 6 +++--- binder/environment.yml | 1 - binder/requirements.txt | 10 +++------- 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.devcontainer/environment.yml b/.devcontainer/environment.yml index 4235033..8525b32 100644 --- a/.devcontainer/environment.yml +++ b/.devcontainer/environment.yml @@ -14,7 +14,6 @@ dependencies: - scipy=1.6.2 - pip=21.0.1 - setuptools=58.0.4 - - tensorflow-base=2.3.0 - pytorch::pytorch=1.11.0 - pytorch::torchtext=0.12.0 - pytorch::torchvision=0.12.0 diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 44f89ab..05760b7 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -14,9 +14,9 @@ smart-open==5.2.1 tensorboard-data-server==0.6.1 tensorflow-datasets==4.4.0 tensorflow-hub==0.12.0 -tensorflow-text==2.8.2 -tensorflow==2.8.1 -tensorboard==2.8.1 +tensorflow-text==2.8.0 +tensorflow==2.8.0 +tensorboard==2.8.0 tokenizers==0.10.3 torchinfo==0.0.8 tqdm==4.62.3 diff --git a/binder/environment.yml b/binder/environment.yml index 4235033..8525b32 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -14,7 +14,6 @@ dependencies: - scipy=1.6.2 - pip=21.0.1 - setuptools=58.0.4 - - tensorflow-base=2.3.0 - pytorch::pytorch=1.11.0 - pytorch::torchtext=0.12.0 - pytorch::torchvision=0.12.0 diff --git a/binder/requirements.txt b/binder/requirements.txt index 056ac24..05760b7 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -11,17 +11,13 @@ pygame==2.1.2 scikit-image==0.19.2 seaborn==0.11.2 smart-open==5.2.1 -tensorboard==2.8.0 tensorboard-data-server==0.6.1 -tensorflow==2.8.0 tensorflow-datasets==4.4.0 tensorflow-hub==0.12.0 -tensorflow-text==2.8.2 +tensorflow-text==2.8.0 +tensorflow==2.8.0 +tensorboard==2.8.0 tokenizers==0.10.3 -torch==1.11.0 torchinfo==0.0.8 -torchtext==0.12.0 -torchvision==0.12.0 -torchdata==0.3.0 tqdm==4.62.3 transformers==4.3.3 -- GitLab