NeoPy commited on
Commit
4c1a0d6
·
verified ·
1 Parent(s): 621c8fe

Update requirements-py312.txt

Browse files
Files changed (1) hide show
  1. requirements-py312.txt +13 -2
requirements-py312.txt CHANGED
@@ -6,7 +6,16 @@ librosa>=0.10.0
6
  llvmlite
7
  fairseq @ git+https://github.com/One-sixth/fairseq.git
8
  faiss-cpu
9
- gradio
 
 
 
 
 
 
 
 
 
10
  Cython
11
  pydub>=0.25.1
12
  soundfile>=0.12.1
@@ -19,6 +28,7 @@ matplotlib>=3.8.0
19
  matplotlib-inline>=0.1.3
20
  praat-parselmouth>=0.4.2
21
  Pillow>=9.1.1
 
22
  resampy>=0.4.2
23
  scikit-learn
24
  tensorboard
@@ -29,6 +39,7 @@ uc-micro-py>=1.0.1
29
  sympy>=1.11.1
30
  tabulate>=0.8.10
31
  PyYAML>=6.0
 
32
  pyasn1>=0.4.8
33
  pyasn1-modules>=0.2.8
34
  fsspec>=2022.11.0
@@ -37,7 +48,7 @@ audioread
37
  uvicorn>=0.21.1
38
  colorama>=0.4.5
39
  pyworld>=0.3.2
40
- httpx
41
  onnxruntime; sys_platform == 'darwin'
42
  onnxruntime-gpu; sys_platform != 'darwin'
43
  torchcrepe>=0.0.23
 
6
  llvmlite
7
  fairseq @ git+https://github.com/One-sixth/fairseq.git
8
  faiss-cpu
9
+
10
+
11
+ gradio==4.36.0
12
+ gradio_client==1.0.1
13
+ grpcio==1.66.1
14
+ h11==0.14.0
15
+ httpcore==1.0.5
16
+ httpx==0.27.2
17
+ huggingface-hub==0.24.6
18
+
19
  Cython
20
  pydub>=0.25.1
21
  soundfile>=0.12.1
 
28
  matplotlib-inline>=0.1.3
29
  praat-parselmouth>=0.4.2
30
  Pillow>=9.1.1
31
+
32
  resampy>=0.4.2
33
  scikit-learn
34
  tensorboard
 
39
  sympy>=1.11.1
40
  tabulate>=0.8.10
41
  PyYAML>=6.0
42
+
43
  pyasn1>=0.4.8
44
  pyasn1-modules>=0.2.8
45
  fsspec>=2022.11.0
 
48
  uvicorn>=0.21.1
49
  colorama>=0.4.5
50
  pyworld>=0.3.2
51
+
52
  onnxruntime; sys_platform == 'darwin'
53
  onnxruntime-gpu; sys_platform != 'darwin'
54
  torchcrepe>=0.0.23