This commit is contained in:
Timothy J. Baek 2024-11-04 14:25:35 -08:00
parent 7c0545fd39
commit 88ea53bd6a
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ pyxlsb==1.0.10
xlrd==2.0.1 xlrd==2.0.1
validators==0.33.0 validators==0.33.0
psutil psutil
sentencepiece
soundfile==0.12.1 soundfile==0.12.1
opencv-python-headless==4.10.0.84 opencv-python-headless==4.10.0.84

View File

@ -70,6 +70,7 @@ dependencies = [
"xlrd==2.0.1", "xlrd==2.0.1",
"validators==0.33.0", "validators==0.33.0",
"psutil", "psutil",
"sentencepiece",
"soundfile==0.12.1", "soundfile==0.12.1",
"opencv-python-headless==4.10.0.84", "opencv-python-headless==4.10.0.84",