Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/Skyvern-AI/skyvern.git
|
| 2 |
+
gradio==5.46.1
|
| 3 |
+
fastapi==0.117.1
|
| 4 |
+
uvicorn==0.36.0
|
| 5 |
+
datasets
|
| 6 |
+
torch==2.8.0
|
| 7 |
+
huggingface-hub>=0.19
|