We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80296c commit 1e6dccbCopy full SHA for 1e6dccb
environment.yml
@@ -6,11 +6,11 @@ name: gptorch
6
channels:
7
- pytorch
8
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
15
- graphviz>=0.9
16
- jupyter
+ - matplotlib>=2.1.2
+ - numpy>=1.10
+ - pytest>=3.5.0
+ - pytorch
+ - scikit-learn>=0.19.1
+ - scipy>=0.18
requirements.txt
@@ -2,12 +2,12 @@
2
# Created: Saturday, July 13th 2019, 6:32:27 pm
3
# Author: Steven Atkinson (steven@atkinson.mn)
4
5
-torch>=1
-numpy>=1.10
-scipy>=0.18
+graphviz>=0.9
+jupyter
matplotlib>=2.1.2
-scikit-learn>=0.19.1
+numpy>=1.10
pytest>=3.5.0
pytest-cov
-graphviz>=0.9
-jupyter
+scikit-learn>=0.19.1
+scipy>=0.18
+torch>=1
0 commit comments