Delete requirements.txt
Browse files- requirements.txt +0 -21
requirements.txt
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
# ── Tiny Civilization — requirements.txt ──────────────────────────
|
| 2 |
-
# Hugging Face Build Small Hackathon / Thousand Token Wood track
|
| 3 |
-
|
| 4 |
-
# Core inference
|
| 5 |
-
torch>=2.1.0
|
| 6 |
-
transformers>=4.44.0
|
| 7 |
-
accelerate>=0.30.0 # device_map="auto" multi-device support
|
| 8 |
-
|
| 9 |
-
# UI
|
| 10 |
-
# Pinned to 5.9.1: first batch of 5.x releases removed HfFolder from
|
| 11 |
-
# oauth.py (the import that crashes on huggingface_hub >= 0.23).
|
| 12 |
-
# Do NOT downgrade below 5.7.1 or the HfFolder ImportError returns.
|
| 13 |
-
gradio==5.9.0
|
| 14 |
-
|
| 15 |
-
# Image generation (newspaper PNG export)
|
| 16 |
-
Pillow>=10.3.0
|
| 17 |
-
|
| 18 |
-
# ZeroGPU – the `spaces` package is PRE-INSTALLED on HF ZeroGPU Spaces.
|
| 19 |
-
# Do NOT add it here: older versions of spaces constrain gradio<4.0,
|
| 20 |
-
# which would force a downgrade and re-introduce the HfFolder crash.
|
| 21 |
-
# For local development the app falls back to a no-op GPU stub automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|