Skip to content

Commit 3629e9a

Browse files
authored
Merge pull request #59 from JesseLivezey/requirements
Requirements
2 parents 2314465 + 6406778 commit 3629e9a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dca/plotting/fig1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from matplotlib.patches import Ellipse
66
from mpl_toolkits.mplot3d import Axes3D # noqa: F401
77

8-
from . import style
8+
from .. import style
99

1010

1111
dim_colors = ["red", "coral", "gray", "black"]

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies:
77
- pandas
88
- scikit-learn
99
- matplotlib
10-
- pytorch
10+
- pytorch>=1.7.0
1111
- cpuonly

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pandas
55
scikit-learn
66
matplotlib
77
-f https://download.pytorch.org/whl/torch_stable.html
8-
torch==1.3.1+cpu
8+
torch>=1.7.0+cpu

0 commit comments

Comments
 (0)