Spaces:
Running on Zero
Running on Zero
Daryl Lim Claude Opus 4.8 (1M context) commited on
Commit ·
dbb3bbf
1
Parent(s): 607cea3
chore: remove unused pycountry dev dependency
Browse filespycountry was never imported — region mapping is built from the
hand-maintained dicts in generate_langmap.py. Drop it from
requirements-dev.txt and the stale docstring mention.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- requirements-dev.txt +0 -1
- scripts/generate_langmap.py +1 -1
requirements-dev.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
pdfplumber>=0.11,<1
|
| 2 |
-
pycountry>=26,<27
|
| 3 |
pytest>=9,<10
|
| 4 |
ruff>=0.11,<1
|
| 5 |
ty>=0.0.1a7
|
|
|
|
| 1 |
pdfplumber>=0.11,<1
|
|
|
|
| 2 |
pytest>=9,<10
|
| 3 |
ruff>=0.11,<1
|
| 4 |
ty>=0.0.1a7
|
scripts/generate_langmap.py
CHANGED
|
@@ -10,7 +10,7 @@ Usage:
|
|
| 10 |
python scripts/generate_langmap.py <path-to-paper.pdf>
|
| 11 |
|
| 12 |
Dev dependencies (requirements-dev.txt):
|
| 13 |
-
pdfplumber
|
| 14 |
"""
|
| 15 |
|
| 16 |
import re
|
|
|
|
| 10 |
python scripts/generate_langmap.py <path-to-paper.pdf>
|
| 11 |
|
| 12 |
Dev dependencies (requirements-dev.txt):
|
| 13 |
+
pdfplumber
|
| 14 |
"""
|
| 15 |
|
| 16 |
import re
|