Move tqdm from optional to required

Add tqdm to requirements.txt
Rene Teigen 1 year ago
parent ec87a90fb8
commit 7bac650914

@ -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