Skip to content

Commit 052ca1f

Browse files
authored
Update requirements.txt to use a version of pytorch that works for this package
1 parent 91bee30 commit 052ca1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ numpy==1.21
66
scipy==1.10
77
scikit-learn
88
matplotlib
9-
torch>=1.9.0
10-
torchvision>=0.10.0
9+
torch==1.10
10+
torchvision==0.11
1111
networkx
1212
tqdm

0 commit comments

Comments
 (0)