Spaces:
Runtime error
Runtime error
Commit ·
d945ff8
1
Parent(s): 13826de
fix: Upgrade Modal SDK from 0.64.146 to 1.2.3 - fixes VersionError
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -28,7 +28,7 @@ cryptography==44.0.0
|
|
| 28 |
|
| 29 |
# Sandbox Execution
|
| 30 |
docker==7.1.0 # Docker-based sandbox (local)
|
| 31 |
-
modal==
|
| 32 |
|
| 33 |
# Utilities
|
| 34 |
python-dotenv==1.1.0
|
|
|
|
| 28 |
|
| 29 |
# Sandbox Execution
|
| 30 |
docker==7.1.0 # Docker-based sandbox (local)
|
| 31 |
+
modal==1.2.3 # Modal.com sandbox (HuggingFace Spaces)
|
| 32 |
|
| 33 |
# Utilities
|
| 34 |
python-dotenv==1.1.0
|