add/remove dependencies for opendbm needs
This commit is contained in:
@@ -1,27 +1,39 @@
|
||||
#Python (3+)
|
||||
numpy==1.17.3
|
||||
pandas==0.25.0
|
||||
Cython
|
||||
llvmlite
|
||||
numpy>=1.17.0
|
||||
pandas==1.1.5
|
||||
praat-parselmouth
|
||||
moviepy
|
||||
scikit-image
|
||||
sk-video
|
||||
watchtower
|
||||
opencv-python
|
||||
webrtcvad
|
||||
imutils
|
||||
dlib==19.13.0
|
||||
coloredlogs
|
||||
h5py
|
||||
ujson
|
||||
numba==0.48.0
|
||||
librosa
|
||||
librosa==0.9.2
|
||||
more_itertools
|
||||
scipy==1.3.2
|
||||
scipy
|
||||
scikit-learn
|
||||
pytest==7.0.1
|
||||
pyyaml==5.4.1
|
||||
pydub
|
||||
deepspeech
|
||||
deepspeech==0.9.3
|
||||
nltk
|
||||
lexicalrichness
|
||||
vaderSentiment
|
||||
textblob
|
||||
opencv-python>=4.5.5
|
||||
pre-commit
|
||||
ffmpeg
|
||||
git+https://github.com/cmusatyalab/openface.git
|
||||
cmake; "Windows" not in platform_system
|
||||
dlib>=19.13.0; "Windows" not in platform_system
|
||||
https://github.com/sachadee/Dlib/blob/main/dlib-19.22.99-cp37-cp37m-win_amd64.whl?raw=true; "Windows" in platform_system and python_version == "3.7"
|
||||
https://github.com/sachadee/Dlib/blob/main/dlib-19.22.99-cp38-cp38-win_amd64.whl?raw=true; "Windows" in platform_system and python_version == "3.8"
|
||||
https://github.com/sachadee/Dlib/blob/main/dlib-19.22.99-cp39-cp39-win_amd64.whl?raw=true; "Windows" in platform_system and python_version == "3.9"
|
||||
matplotlib
|
||||
pydoc-markdown
|
||||
|
||||
Reference in New Issue
Block a user