Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,7 +7,9 @@ numpy==1.22.0
|
|
7 |
pandas==1.5.3
|
8 |
scikit-learn==1.5.1
|
9 |
matplotlib==3.8.4
|
10 |
-
torch
|
|
|
|
|
11 |
|
12 |
# Natural Language Processing and AI
|
13 |
spacy==3.7.5
|
|
|
7 |
pandas==1.5.3
|
8 |
scikit-learn==1.5.1
|
9 |
matplotlib==3.8.4
|
10 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
11 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
12 |
+
torchaudio --index-url https://download.pytorch.org/whl/cpu
|
13 |
|
14 |
# Natural Language Processing and AI
|
15 |
spacy==3.7.5
|