add/remove dependencies for opendbm needs
This commit is contained in:
@@ -1,27 +1,39 @@
|
|||||||
#Python (3+)
|
#Python (3+)
|
||||||
numpy==1.17.3
|
Cython
|
||||||
pandas==0.25.0
|
llvmlite
|
||||||
|
numpy>=1.17.0
|
||||||
|
pandas==1.1.5
|
||||||
praat-parselmouth
|
praat-parselmouth
|
||||||
moviepy
|
moviepy
|
||||||
scikit-image
|
scikit-image
|
||||||
sk-video
|
sk-video
|
||||||
watchtower
|
watchtower
|
||||||
opencv-python
|
|
||||||
webrtcvad
|
webrtcvad
|
||||||
imutils
|
imutils
|
||||||
dlib==19.13.0
|
|
||||||
coloredlogs
|
coloredlogs
|
||||||
h5py
|
h5py
|
||||||
ujson
|
ujson
|
||||||
numba==0.48.0
|
numba==0.48.0
|
||||||
librosa
|
librosa==0.9.2
|
||||||
more_itertools
|
more_itertools
|
||||||
scipy==1.3.2
|
scipy
|
||||||
scikit-learn
|
scikit-learn
|
||||||
|
pytest==7.0.1
|
||||||
pyyaml==5.4.1
|
pyyaml==5.4.1
|
||||||
pydub
|
pydub
|
||||||
deepspeech
|
deepspeech==0.9.3
|
||||||
nltk
|
nltk
|
||||||
lexicalrichness
|
lexicalrichness
|
||||||
vaderSentiment
|
vaderSentiment
|
||||||
textblob
|
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