Merge pull request #216 from Hikari-Haru/fix-tqdm

Possibly fix some tqdm requirements issues
Kaveen Kumarasinghe 1 year ago committed by GitHub
commit 71fa2a63ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,8 @@ dependencies = [
"protobuf==3.20.2",
"python-pptx==0.6.21",
"langchain==0.0.105",
"unidecode==1.3.6"
"unidecode==1.3.6",
"tqdm==4.64.1"
]
dynamic = ["version"]
@ -58,7 +59,6 @@ full = [
"torch==1.9.1",
"torchvision==1.10.1",
"tokenizers==0.10.3",
"tqdm==4.64.1",
"numpy==1.24.2",
"scipy==1.10.1",
"nltk==3.8.1",

@ -22,3 +22,4 @@ sentence-transformers==2.2.2
langchain==0.0.105
openai-whisper
unidecode==1.3.6
tqdm==4.64.1

@ -19,4 +19,5 @@ sentencepiece==0.1.97
protobuf==3.20.2
python-pptx==0.6.21
langchain==0.0.105
unidecode==1.3.6
unidecode==1.3.6
tqdm==4.64.1

@ -1,5 +1,4 @@
tokenizers==0.13.2
tqdm==4.64.1
numpy==1.24.2
scipy==1.10.1
nltk==3.8.1

Loading…
Cancel
Save