From 35bcdce18d07751a4794d828bb9877d66c4dc259 Mon Sep 17 00:00:00 2001 From: Dean Wampler Date: Wed, 2 Sep 2020 12:37:04 -0700 Subject: [PATCH] Bug fix in Conda environment specifications --- environment-docker.yml | 6 +++--- environment.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/environment-docker.yml b/environment-docker.yml index 426b9bb..eb35005 100644 --- a/environment-docker.yml +++ b/environment-docker.yml @@ -6,14 +6,11 @@ dependencies: - python=3.7.7 - pip - gym >= 0.17.2 - - paretoset >= 1.1.2 - numpy >= 1.18.5 - pandas - requests - pytorch - torchvision - - tensorboard >= 2.3.0 - - tensorflow >= 2.3.0 - tqdm >= 4.37.0 - keras - scikit-learn @@ -30,6 +27,9 @@ dependencies: - nodejs - pip: - ray[all]==0.8.7 + - paretoset >= 1.1.2 + - tensorboard >= 2.3.0 + - tensorflow >= 2.3.0 - atoma - box2d-py diff --git a/environment.yml b/environment.yml index ac197b9..af2bb07 100644 --- a/environment.yml +++ b/environment.yml @@ -6,14 +6,11 @@ dependencies: - python=3.7 - pip - gym >= 0.17.2 - - paretoset >= 1.1.2 - numpy >= 1.18.5 - pandas - requests - pytorch - torchvision - - tensorboard >= 2.3.0 - - tensorflow >= 2.3.0 - tqdm >= 4.37.0 - keras - scikit-learn @@ -30,6 +27,9 @@ dependencies: - nodejs - pip: - ray[all]==0.8.7 + - paretoset >= 1.1.2 + - tensorboard >= 2.3.0 + - tensorflow >= 2.3.0 - atoma - box2d-py