cfahlgren1 HF Staff commited on
Commit
519591c
·
verified ·
1 Parent(s): 312a0c6

fix: relax pinned dependency versions for Python 3.13 compat

Browse files
Files changed (1) hide show
  1. hub-stats.py +5 -5
hub-stats.py CHANGED
@@ -1,12 +1,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
  # ///
 
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
  # ///