Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
-
torch
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
scikit-learn
|
| 6 |
joblib
|
| 7 |
-
huggingface_hub
|
|
|
|
|
|
| 1 |
+
|
| 2 |
streamlit
|
| 3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
pandas
|
| 5 |
numpy
|
| 6 |
scikit-learn
|
| 7 |
joblib
|
| 8 |
+
huggingface_hub
|
| 9 |
+
setuptools
|