Add setuptools for hub requirements (#1343)

* add setuptools in hub.txt and update setuptools version
This commit is contained in:
Xingjun.Wang
2025-05-22 10:44:47 +08:00
committed by GitHub
parent a5685cd4a2
commit b4e682ec8e
3 changed files with 3 additions and 4 deletions

View File

@@ -6,8 +6,7 @@ oss2
Pillow
python-dateutil>=2.1
scipy
# latest version has some compatible issue.
setuptools==69.5.1
setuptools
simplejson>=3.3.0
sortedcontainers>=1.5.9
urllib3>=1.26

View File

@@ -5,8 +5,7 @@ einops
Pillow
python-dateutil>=2.1
scipy
# latest version has some compatible issue.
setuptools==69.5.1
setuptools
simplejson>=3.3.0
sortedcontainers>=1.5.9
transformers

View File

@@ -1,3 +1,4 @@
requests>=2.25
setuptools
tqdm>=4.64.0
urllib3>=1.26