From 63269ef5a0cd51c41b4705e34d9c657f0767e2c7 Mon Sep 17 00:00:00 2001 From: Paco Nathan Date: Tue, 15 Sep 2020 15:57:46 -0700 Subject: [PATCH] sync the dependencies for both conda and pip installs --- environment.yml | 4 +--- requirements.txt | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index af2bb07..1543230 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - numpy >= 1.18.5 - pandas - requests - - pytorch + - torch - torchvision - tqdm >= 4.37.0 - keras @@ -22,12 +22,10 @@ dependencies: - jupyter-server-proxy - beautifulsoup4 - lxml - - setproctitle - pytz - nodejs - pip: - ray[all]==0.8.7 - - paretoset >= 1.1.2 - tensorboard >= 2.3.0 - tensorflow >= 2.3.0 - atoma diff --git a/requirements.txt b/requirements.txt index af6869a..5bc0e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ gym >= 0.17.2 numpy >= 1.18.5 +nodejs pandas requests torch