We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82102b6 + 63269ef commit 14fdfa4Copy full SHA for 14fdfa4
environment.yml
@@ -9,7 +9,7 @@ dependencies:
9
- numpy >= 1.18.5
10
- pandas
11
- requests
12
- - pytorch
+ - torch
13
- torchvision
14
- tqdm >= 4.37.0
15
- keras
@@ -22,12 +22,10 @@ dependencies:
22
- jupyter-server-proxy
23
- beautifulsoup4
24
- lxml
25
- - setproctitle
26
- pytz
27
- nodejs
28
- pip:
29
- ray[all]==0.8.7
30
- - paretoset >= 1.1.2
31
- tensorboard >= 2.3.0
32
- tensorflow >= 2.3.0
33
- atoma
requirements.txt
@@ -1,5 +1,6 @@
1
gym >= 0.17.2
2
numpy >= 1.18.5
3
+nodejs
4
pandas
5
requests
6
torch
0 commit comments