Skip to content

Commit 1e6dccb

Browse files
committed
Reorganize deps
1 parent a80296c commit 1e6dccb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: gptorch
66
channels:
77
- pytorch
88
dependencies:
9-
- pytorch
10-
- numpy>=1.10
11-
- scipy>=0.18
12-
- matplotlib>=2.1.2
13-
- scikit-learn>=0.19.1
14-
- pytest>=3.5.0
159
- graphviz>=0.9
1610
- jupyter
11+
- matplotlib>=2.1.2
12+
- numpy>=1.10
13+
- pytest>=3.5.0
14+
- pytorch
15+
- scikit-learn>=0.19.1
16+
- scipy>=0.18

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Created: Saturday, July 13th 2019, 6:32:27 pm
33
# Author: Steven Atkinson (steven@atkinson.mn)
44

5-
torch>=1
6-
numpy>=1.10
7-
scipy>=0.18
5+
graphviz>=0.9
6+
jupyter
87
matplotlib>=2.1.2
9-
scikit-learn>=0.19.1
8+
numpy>=1.10
109
pytest>=3.5.0
1110
pytest-cov
12-
graphviz>=0.9
13-
jupyter
11+
scikit-learn>=0.19.1
12+
scipy>=0.18
13+
torch>=1

0 commit comments

Comments
 (0)