fix: relax pinned dependency versions for Python 3.13 compat
Browse files- hub-stats.py +5 -5
hub-stats.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.10"
|
| 3 |
# dependencies = [
|
| 4 |
-
# "pandas
|
| 5 |
# "aiohttp",
|
| 6 |
-
# "python-dotenv
|
| 7 |
-
# "huggingface-hub
|
| 8 |
-
# "tenacity
|
| 9 |
-
# "pyarrow
|
| 10 |
# "requests",
|
| 11 |
# ]
|
| 12 |
# ///
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.10"
|
| 3 |
# dependencies = [
|
| 4 |
+
# "pandas>=2.2.2",
|
| 5 |
# "aiohttp",
|
| 6 |
+
# "python-dotenv>=1.0.1",
|
| 7 |
+
# "huggingface-hub>=0.24.3",
|
| 8 |
+
# "tenacity>=9.0.0",
|
| 9 |
+
# "pyarrow>=17.0.0",
|
| 10 |
# "requests",
|
| 11 |
# ]
|
| 12 |
# ///
|