Update requirements .txt
Browse files- requirements .txt +2 -1
requirements .txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
|
|
| 1 |
torch
|
|
|
|
| 2 |
gradio
|
| 3 |
numpy
|
| 4 |
pandas
|
| 5 |
scikit-learn
|
| 6 |
-
matplotlib
|
| 7 |
plotly
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch
|
| 3 |
+
--extra-index-url https://pypi.org/simple
|
| 4 |
gradio
|
| 5 |
numpy
|
| 6 |
pandas
|
| 7 |
scikit-learn
|
|
|
|
| 8 |
plotly
|