Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
|
|
| 1 |
playwright==1.41.0
|
| 2 |
-
asyncio-contextmanager==1.0.0
|
| 3 |
pydantic==2.5.3
|
| 4 |
|
| 5 |
-
# MAYINI Framework
|
| 6 |
-
mayini-framework==0.
|
| 7 |
|
| 8 |
# Deep Learning & Vision
|
| 9 |
torch==2.1.2
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
playwright==1.41.0
|
|
|
|
| 3 |
pydantic==2.5.3
|
| 4 |
|
| 5 |
+
# MAYINI Framework (will fallback to NumPy if not available)
|
| 6 |
+
# mayini-framework==0.1.0
|
| 7 |
|
| 8 |
# Deep Learning & Vision
|
| 9 |
torch==2.1.2
|