Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -4,9 +4,12 @@
|
|
| 4 |
# For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
|
| 7 |
-
|
|
|
|
| 8 |
wheel
|
| 9 |
|
|
|
|
|
|
|
| 10 |
gradio==5.49.1
|
| 11 |
pytubefix
|
| 12 |
transformers
|
|
|
|
| 4 |
# For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
|
| 7 |
+
pip>=23.3
|
| 8 |
+
setuptools>=69
|
| 9 |
wheel
|
| 10 |
|
| 11 |
+
--no-build-isolation
|
| 12 |
+
|
| 13 |
gradio==5.49.1
|
| 14 |
pytubefix
|
| 15 |
transformers
|