Set Python 3.12 for neuralset/exca compatibility
Browse filesneuralset requires exca>=0.5.20 which needs Python >=3.11.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -8,6 +8,7 @@ sdk_version: 5.29.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hardware: l4x1
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Video engagement analyzer powered by Meta's TRIBE v2 brain-encoding model.
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hardware: l4x1
|
| 11 |
+
python_version: "3.12"
|
| 12 |
---
|
| 13 |
|
| 14 |
Video engagement analyzer powered by Meta's TRIBE v2 brain-encoding model.
|