1
0
mirror of synced 2024-11-24 07:30:16 +01:00

chore(pip): add requirements-py311.txt (fix #1155)

This commit is contained in:
源文雨 2024-01-22 21:58:12 +09:00
parent 03692a261e
commit 55b3fad19e
2 changed files with 50 additions and 2 deletions

48
requirements-py311.txt Normal file
View File

@ -0,0 +1,48 @@
joblib>=1.1.0
numba
numpy
scipy
librosa==0.9.1
llvmlite
fairseq @ git+https://github.com/One-sixth/fairseq.git
faiss-cpu
gradio==3.34.0
Cython
pydub>=0.25.1
soundfile>=0.12.1
ffmpeg-python>=0.2.0
tensorboardX
Jinja2>=3.1.2
json5
Markdown
matplotlib>=3.7.0
matplotlib-inline>=0.1.3
praat-parselmouth>=0.4.2
Pillow>=9.1.1
resampy>=0.4.2
scikit-learn
tensorboard
tqdm>=4.63.1
tornado>=6.1
Werkzeug>=2.2.3
uc-micro-py>=1.0.1
sympy>=1.11.1
tabulate>=0.8.10
PyYAML>=6.0
pyasn1>=0.4.8
pyasn1-modules>=0.2.8
fsspec>=2022.11.0
absl-py>=1.2.0
audioread
uvicorn>=0.21.1
colorama>=0.4.5
pyworld==0.3.2
httpx
onnxruntime; sys_platform == 'darwin'
onnxruntime-gpu; sys_platform != 'darwin'
torchcrepe==0.0.20
fastapi==0.88
torchfcpe
ffmpy==0.3.1
python-dotenv>=1.0.0
av

View File

@ -4,8 +4,8 @@ numpy
scipy scipy
librosa==0.9.1 librosa==0.9.1
llvmlite llvmlite
fairseq==0.12.2 fairseq
faiss-cpu==1.7.3 faiss-cpu
gradio==3.34.0 gradio==3.34.0
Cython Cython
pydub>=0.25.1 pydub>=0.25.1