Skip to content

Commit 364a221

Browse files
committed
Drop duplicate torch from requirements_dev.txt, installing with "pip install -r requirements_dev.txt" results in ERROR: Double requirement given: torch==1.13.1 (from -r dolly/requirements_dev.txt (line 4)) (already in torch<2,>=1.13.1 (from -r dolly/requirements.txt (line 7)), name='torch') with pip version pip 20.0.2
1 parent 5021d94 commit 364a221

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements_dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-r requirements.txt
22
pytest-cov==3.0.0
33
pytest==7.1.2
4-
torch==1.13.1
5-
torchvision==0.14.1
4+
torchvision==0.14.1

0 commit comments

Comments
 (0)