Skip to content

Commit

Permalink
Merge pull request #27 from anyscale/recsys-fix
Browse files Browse the repository at this point in the history
sync the dependencies for both conda and pip installs
  • Loading branch information
ceteri authored Sep 15, 2020
2 parents 82102b6 + 63269ef commit 14fdfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- numpy >= 1.18.5
- pandas
- requests
- pytorch
- torch
- torchvision
- tqdm >= 4.37.0
- keras
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gym >= 0.17.2
numpy >= 1.18.5
nodejs
pandas
requests
torch
Expand Down

0 comments on commit 14fdfa4

Please sign in to comment.