Skip to content

Commit 2a8eb7e

Browse files
authored
Merge pull request llmware-ai#715 from llmware-ai/doberst-patch-1
Update setup.py
2 parents 7a08f0e + 8af294e commit 2a8eb7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎setup.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,13 @@ def glob_fix(package_name, glob):
5454
zip_safe=True,
5555
install_requires=[
5656
'boto3==1.24.53',
57-
'huggingface-hub==0.19.4',
57+
'huggingface-hub>=0.19.4',
5858
'numpy>=1.23.2',
5959
'openai>=1.0.0',
6060
'pymongo>=4.7.0',
6161
'tokenizers>=0.15.0',
6262
'torch>=1.13.1',
6363
'transformers>=4.36.0',
64-
'word2number==1.1',
6564
'Wikipedia-API==0.6.0',
6665
'psycopg-binary==3.1.17',
6766
'psycopg==3.1.17',

0 commit comments

Comments
 (0)