j-tobias commited on
Commit
afe419d
1 Parent(s): a7f7a4d

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +76 -21
requirements.txt CHANGED
@@ -1,21 +1,76 @@
1
- # This file may be used to create an environment using:
2
- # $ conda create --name <env> --file <this file>
3
- # platform: osx-arm64
4
- @EXPLICIT
5
- https://repo.anaconda.com/pkgs/main/osx-arm64/bzip2-1.0.8-h80987f9_6.conda
6
- https://repo.anaconda.com/pkgs/main/osx-arm64/ca-certificates-2024.7.2-hca03da5_0.conda
7
- https://repo.anaconda.com/pkgs/main/osx-arm64/libcxx-14.0.6-h848a8c0_0.conda
8
- https://repo.anaconda.com/pkgs/main/osx-arm64/libffi-3.4.4-hca03da5_1.conda
9
- https://repo.anaconda.com/pkgs/main/osx-arm64/ncurses-6.4-h313beb8_0.conda
10
- https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda
11
- https://repo.anaconda.com/pkgs/main/osx-arm64/xz-5.4.6-h80987f9_1.conda
12
- https://repo.anaconda.com/pkgs/main/osx-arm64/zlib-1.2.13-h18a0788_1.conda
13
- https://repo.anaconda.com/pkgs/main/osx-arm64/expat-2.6.3-h313beb8_0.conda
14
- https://repo.anaconda.com/pkgs/main/osx-arm64/openssl-3.0.15-h80987f9_0.conda
15
- https://repo.anaconda.com/pkgs/main/osx-arm64/readline-8.2-h1a28f6b_0.conda
16
- https://repo.anaconda.com/pkgs/main/osx-arm64/tk-8.6.14-h6ba3021_0.conda
17
- https://repo.anaconda.com/pkgs/main/osx-arm64/sqlite-3.45.3-h80987f9_0.conda
18
- https://repo.anaconda.com/pkgs/main/osx-arm64/python-3.12.3-h99e199e_1.conda
19
- https://repo.anaconda.com/pkgs/main/osx-arm64/setuptools-72.1.0-py312hca03da5_0.conda
20
- https://repo.anaconda.com/pkgs/main/osx-arm64/wheel-0.44.0-py312hca03da5_0.conda
21
- https://repo.anaconda.com/pkgs/main/osx-arm64/pip-24.2-py312hca03da5_0.conda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0
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
+ pooch==1.8.2
44
+ pycparser==2.22
45
+ pydantic==2.9.1
46
+ pydantic_core==2.23.3
47
+ pydub==0.25.1
48
+ Pygments==2.18.0
49
+ pyparsing==3.1.4
50
+ python-dateutil==2.9.0.post0
51
+ python-multipart==0.0.9
52
+ pytz==2024.2
53
+ PyYAML==6.0.2
54
+ requests==2.32.3
55
+ rich==13.8.1
56
+ ruff==0.6.5
57
+ scikit-learn==1.5.2
58
+ scipy==1.14.1
59
+ semantic-version==2.10.0
60
+ setuptools==72.1.0
61
+ shellingham==1.5.4
62
+ six==1.16.0
63
+ sniffio==1.3.1
64
+ soundfile==0.12.1
65
+ soxr==0.5.0.post1
66
+ starlette==0.38.5
67
+ threadpoolctl==3.5.0
68
+ tomlkit==0.12.0
69
+ tqdm==4.66.5
70
+ typer==0.12.5
71
+ typing_extensions==4.12.2
72
+ tzdata==2024.1
73
+ urllib3==2.2.3
74
+ uvicorn==0.30.6
75
+ websockets==12.0
76
+ wheel==0.44.0