Skip to content

Commit 63269ef

Browse files
committed
sync the dependencies for both conda and pip installs
1 parent 9e6acb5 commit 63269ef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- numpy >= 1.18.5
1010
- pandas
1111
- requests
12-
- pytorch
12+
- torch
1313
- torchvision
1414
- tqdm >= 4.37.0
1515
- keras
@@ -22,12 +22,10 @@ dependencies:
2222
- jupyter-server-proxy
2323
- beautifulsoup4
2424
- lxml
25-
- setproctitle
2625
- pytz
2726
- nodejs
2827
- pip:
2928
- ray[all]==0.8.7
30-
- paretoset >= 1.1.2
3129
- tensorboard >= 2.3.0
3230
- tensorflow >= 2.3.0
3331
- atoma

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
gym >= 0.17.2
22
numpy >= 1.18.5
3+
nodejs
34
pandas
45
requests
56
torch

0 commit comments

Comments
 (0)