Skip to content

Commit 482a948

Browse files
committed
Fix inconsistent requirements
1 parent 9d7be13 commit 482a948

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

requirements-torch.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tqdm>=4.33.0
1919

2020
# Internal models
2121
scikit-learn>=0.20.2
22+
"torch>=1.2.0"
2223
munkres>=1.0.6
2324

2425
# LF dependency learning

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ envdir = {env:TOX_INSTALL_DIR:{toxworkdir}/{envname}}
2121
# libraries for all testenvs
2222
deps =
2323
-rrequirements.txt
24-
-rrequirements-torch.txt
2524
-rrequirements-pyspark.txt
2625
commands_pre = python -m spacy download en_core_web_sm
2726
commands = python -m pytest {posargs:-m 'not spark and not complex'}

0 commit comments

Comments
 (0)