fix poetry (#2246)
This commit is contained in:
parent
94e5c40f79
commit
22473bac0e
5068
poetry.lock
generated
5068
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,57 +6,57 @@ authors = ["lj1995"]
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.9"
|
||||||
torch = "^2.0.0"
|
torch = "2.4.0"
|
||||||
torchaudio = "^2.0.1"
|
torchaudio = "2.4.0"
|
||||||
Cython = "^0.29.34"
|
Cython = "^3.0.11"
|
||||||
gradio = "^4.11.0"
|
gradio = "3.34.0"
|
||||||
future = "^0.18.3"
|
pydub = ">=0.25.1"
|
||||||
pydub = "^0.25.1"
|
soundfile = ">=0.12.1"
|
||||||
soundfile = "^0.12.1"
|
ffmpeg-python = ">=0.2.0"
|
||||||
ffmpeg-python = "^0.2.0"
|
tensorboardX = "^2.6.2.2"
|
||||||
tensorboardX = "^2.6"
|
fairseq = "0.12.2"
|
||||||
functorch = "^2.0.0"
|
faiss-cpu = "1.7.3"
|
||||||
fairseq = "^0.12.2"
|
Jinja2 = ">=3.1.2"
|
||||||
faiss-cpu = "^1.7.2"
|
json5 = "^0.9.25"
|
||||||
Jinja2 = "^3.1.2"
|
|
||||||
json5 = "^0.9.11"
|
|
||||||
librosa = "0.9.1"
|
librosa = "0.9.1"
|
||||||
llvmlite = "0.39.0"
|
llvmlite = "0.39.0"
|
||||||
Markdown = "^3.4.3"
|
Markdown = "^3.6"
|
||||||
matplotlib = "^3.7.1"
|
matplotlib = ">=3.7.0"
|
||||||
matplotlib-inline = "^0.1.6"
|
matplotlib-inline = ">=0.1.3"
|
||||||
numba = "0.56.4"
|
numba = "0.56.4"
|
||||||
numpy = "1.23.5"
|
numpy = "1.23.5"
|
||||||
scipy = "1.9.3"
|
scipy = "1.13.1"
|
||||||
praat-parselmouth = "^0.4.3"
|
praat-parselmouth = ">=0.4.2"
|
||||||
Pillow = "9.3.0"
|
Pillow = ">=9.1.1"
|
||||||
pyworld = "^0.3.2"
|
pyworld = "0.3.2"
|
||||||
resampy = "^0.4.2"
|
resampy = ">=0.4.2"
|
||||||
scikit-learn = "^1.2.2"
|
scikit-learn = "^1.5.1"
|
||||||
starlette = "^0.27.0"
|
tensorboard = "^2.17.0"
|
||||||
tensorboard = "^2.12.1"
|
tqdm = ">=4.63.1"
|
||||||
tensorboard-data-server = "^0.7.0"
|
tornado = ">=6.1"
|
||||||
tensorboard-plugin-wit = "^1.8.1"
|
Werkzeug = ">=2.2.3"
|
||||||
torchgen = "^0.0.1"
|
uc-micro-py = ">=1.0.1"
|
||||||
tqdm = "^4.65.0"
|
sympy = ">=1.11.1"
|
||||||
tornado = "^6.3"
|
tabulate = ">=0.8.10"
|
||||||
Werkzeug = "^2.2.3"
|
PyYAML = ">=6.0"
|
||||||
uc-micro-py = "^1.0.1"
|
pyasn1 = ">=0.4.8"
|
||||||
sympy = "^1.11.1"
|
pyasn1-modules = ">=0.2.8"
|
||||||
tabulate = "^0.9.0"
|
fsspec = ">=2022.11.0"
|
||||||
PyYAML = "^6.0"
|
absl-py = ">=1.2.0"
|
||||||
pyasn1 = "^0.4.8"
|
audioread = "^3.0.1"
|
||||||
pyasn1-modules = "^0.2.8"
|
uvicorn = ">=0.21.1"
|
||||||
fsspec = "^2023.3.0"
|
colorama = ">=0.4.5"
|
||||||
absl-py = "^1.4.0"
|
|
||||||
audioread = "^3.0.0"
|
|
||||||
uvicorn = "^0.21.1"
|
|
||||||
colorama = "^0.4.6"
|
|
||||||
torchcrepe = "0.0.20"
|
torchcrepe = "0.0.20"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = ">=1.0.0"
|
||||||
av = "^10.0.0"
|
av = "^12.3.0"
|
||||||
|
joblib = ">=1.1.0"
|
||||||
|
httpx = "^0.27.0"
|
||||||
|
onnxruntime-gpu = "^1.18.1"
|
||||||
|
fastapi = "0.88"
|
||||||
|
torchfcpe = "^0.0.4"
|
||||||
|
ffmpy = "0.3.1"
|
||||||
|
torchvision = "0.19.0"
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
Reference in New Issue
Block a user