Skip to content

Commit 94d1c96

Browse files
authored
Merge pull request #28 from deanwampler/master
Fixed Conda package name for PyTorch.
2 parents 14fdfa4 + 92fa59f commit 94d1c96

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

environment-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- numpy >= 1.18.5
1010
- pandas
1111
- requests
12-
- torch
12+
- pytorch
1313
- torchvision
1414
- tqdm >= 4.37.0
1515
- keras

0 commit comments

Comments
 (0)