justus-tobias commited on
Commit
8b298f8
·
1 Parent(s): 453eb24

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -78
requirements.txt CHANGED
@@ -1,78 +1,96 @@
1
- aiofiles==23.2.1
2
- annotated-types==0.7.0
3
- anyio==4.4.0
4
- audioread==3.0.1
5
- certifi==2024.8.30
6
- cffi==1.17.1
7
- charset-normalizer==3.3.2
8
- click==8.1.7
9
- contourpy==1.3.0
10
- cycler==0.12.1
11
- decorator==5.1.1
12
- fastapi==0.114.2
13
- ffmpy==0.4.0
14
- filelock==3.16.0
15
- fonttools==4.53.1
16
- fsspec==2024.9.0
17
- gradio==4.44.1
18
- gradio_client==1.3.0
19
- h11==0.14.0
20
- httpcore==1.0.5
21
- httpx==0.27.2
22
- huggingface-hub==0.24.7
23
- idna==3.10
24
- importlib_resources==6.4.5
25
- Jinja2==3.1.4
26
- joblib==1.4.2
27
- kiwisolver==1.4.7
28
- lazy_loader==0.4
29
- librosa==0.10.2.post1
30
- llvmlite==0.43.0
31
- markdown-it-py==3.0.0
32
- MarkupSafe==2.1.5
33
- matplotlib==3.9.2
34
- mdurl==0.1.2
35
- msgpack==1.1.0
36
- numba==0.60.0
37
- numpy==2.0.2
38
- orjson==3.10.7
39
- packaging==24.1
40
- pandas==2.2.2
41
- pillow==10.4.0
42
- platformdirs==4.3.3
43
- plotly==5.24.1
44
- pooch==1.8.2
45
- pycparser==2.22
46
- pydantic==2.9.1
47
- pydantic_core==2.23.3
48
- pydub==0.25.1
49
- Pygments==2.18.0
50
- pyparsing==3.1.4
51
- python-dateutil==2.9.0.post0
52
- python-multipart==0.0.9
53
- pytz==2024.2
54
- PyYAML==6.0.2
55
- requests==2.32.3
56
- rich==13.8.1
57
- ruff==0.6.5
58
- scikit-learn==1.5.2
59
- scipy==1.14.1
60
- semantic-version==2.10.0
61
- setuptools==72.1.0
62
- shellingham==1.5.4
63
- six==1.16.0
64
- sniffio==1.3.1
65
- soundfile==0.12.1
66
- soxr==0.5.0.post1
67
- starlette==0.38.5
68
- tenacity==9.0.0
69
- threadpoolctl==3.5.0
70
- tomlkit==0.12.0
71
- tqdm==4.66.5
72
- typer==0.12.5
73
- typing_extensions==4.12.2
74
- tzdata==2024.1
75
- urllib3==2.2.3
76
- uvicorn==0.30.6
77
- websockets==12.0
78
- wheel==0.44.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file may be used to create an environment using:
2
+ # $ conda create --name <env> --file <this file>
3
+ # platform: osx-arm64
4
+ aiofiles=23.2.1=pypi_0
5
+ annotated-types=0.7.0=pypi_0
6
+ anyio=4.4.0=pypi_0
7
+ audioread=3.0.1=pypi_0
8
+ bzip2=1.0.8=h80987f9_6
9
+ ca-certificates=2024.7.2=hca03da5_0
10
+ certifi=2024.8.30=pypi_0
11
+ cffi=1.17.1=pypi_0
12
+ charset-normalizer=3.3.2=pypi_0
13
+ click=8.1.7=pypi_0
14
+ contourpy=1.3.0=pypi_0
15
+ cycler=0.12.1=pypi_0
16
+ decorator=5.1.1=pypi_0
17
+ expat=2.6.3=h313beb8_0
18
+ fastapi=0.114.2=pypi_0
19
+ ffmpy=0.4.0=pypi_0
20
+ filelock=3.16.0=pypi_0
21
+ fonttools=4.53.1=pypi_0
22
+ fsspec=2024.9.0=pypi_0
23
+ gradio=4.44.0=pypi_0
24
+ gradio-client=1.3.0=pypi_0
25
+ h11=0.14.0=pypi_0
26
+ httpcore=1.0.5=pypi_0
27
+ httpx=0.27.2=pypi_0
28
+ huggingface-hub=0.24.7=pypi_0
29
+ idna=3.10=pypi_0
30
+ importlib-resources=6.4.5=pypi_0
31
+ jinja2=3.1.4=pypi_0
32
+ joblib=1.4.2=pypi_0
33
+ kiwisolver=1.4.7=pypi_0
34
+ lazy-loader=0.4=pypi_0
35
+ libcxx=14.0.6=h848a8c0_0
36
+ libffi=3.4.4=hca03da5_1
37
+ librosa=0.10.2.post1=pypi_0
38
+ llvmlite=0.43.0=pypi_0
39
+ markdown-it-py=3.0.0=pypi_0
40
+ markupsafe=2.1.5=pypi_0
41
+ matplotlib=3.9.2=pypi_0
42
+ mdurl=0.1.2=pypi_0
43
+ msgpack=1.1.0=pypi_0
44
+ ncurses=6.4=h313beb8_0
45
+ numba=0.60.0=pypi_0
46
+ numpy=2.0.2=pypi_0
47
+ openssl=3.0.15=h80987f9_0
48
+ orjson=3.10.7=pypi_0
49
+ packaging=24.1=pypi_0
50
+ pandas=2.2.2=pypi_0
51
+ pillow=10.4.0=pypi_0
52
+ pip=24.2=py312hca03da5_0
53
+ platformdirs=4.3.3=pypi_0
54
+ plotly=5.24.1=pypi_0
55
+ pooch=1.8.2=pypi_0
56
+ pycparser=2.22=pypi_0
57
+ pydantic=2.9.1=pypi_0
58
+ pydantic-core=2.23.3=pypi_0
59
+ pydub=0.25.1=pypi_0
60
+ pygments=2.18.0=pypi_0
61
+ pyparsing=3.1.4=pypi_0
62
+ python=3.12.3=h99e199e_1
63
+ python-dateutil=2.9.0.post0=pypi_0
64
+ python-multipart=0.0.9=pypi_0
65
+ pytz=2024.2=pypi_0
66
+ pywavelets=1.7.0=pypi_0
67
+ pyyaml=6.0.2=pypi_0
68
+ readline=8.2=h1a28f6b_0
69
+ requests=2.32.3=pypi_0
70
+ rich=13.8.1=pypi_0
71
+ ruff=0.6.5=pypi_0
72
+ scikit-learn=1.5.2=pypi_0
73
+ scipy=1.14.1=pypi_0
74
+ semantic-version=2.10.0=pypi_0
75
+ setuptools=72.1.0=py312hca03da5_0
76
+ shellingham=1.5.4=pypi_0
77
+ six=1.16.0=pypi_0
78
+ sniffio=1.3.1=pypi_0
79
+ soundfile=0.12.1=pypi_0
80
+ soxr=0.5.0.post1=pypi_0
81
+ sqlite=3.45.3=h80987f9_0
82
+ starlette=0.38.5=pypi_0
83
+ tenacity=9.0.0=pypi_0
84
+ threadpoolctl=3.5.0=pypi_0
85
+ tk=8.6.14=h6ba3021_0
86
+ tomlkit=0.12.0=pypi_0
87
+ tqdm=4.66.5=pypi_0
88
+ typer=0.12.5=pypi_0
89
+ typing-extensions=4.12.2=pypi_0
90
+ tzdata=2024.1=pypi_0
91
+ urllib3=2.2.3=pypi_0
92
+ uvicorn=0.30.6=pypi_0
93
+ websockets=12.0=pypi_0
94
+ wheel=0.44.0=py312hca03da5_0
95
+ xz=5.4.6=h80987f9_1
96
+ zlib=1.2.13=h18a0788_1