Skip to content

Commit

Permalink
Bug fix in Conda environment specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wampler committed Sep 2, 2020
1 parent a01d671 commit 35bcdce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions environment-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 35bcdce

Please sign in to comment.