Deva
commited on
Commit
·
b0aa5b6
1
Parent(s):
d01f802
update the requirements
Browse files- requirement.txt +33 -5
requirement.txt
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.8.0
|
|
|
4 |
audioop-lts==0.2.1
|
5 |
certifi==2024.12.14
|
6 |
charset-normalizer==3.4.1
|
7 |
click==8.1.8
|
|
|
|
|
|
|
|
|
|
|
8 |
fastapi==0.115.7
|
9 |
ffmpy==0.5.0
|
10 |
filelock==3.17.0
|
@@ -16,11 +22,19 @@ httpcore==1.0.7
|
|
16 |
httpx==0.28.1
|
17 |
huggingface-hub==0.27.1
|
18 |
idna==3.10
|
|
|
|
|
|
|
|
|
19 |
Jinja2==3.1.5
|
|
|
|
|
20 |
markdown-it-py==3.0.0
|
21 |
MarkupSafe==2.1.5
|
|
|
22 |
mdurl==0.1.2
|
23 |
mpmath==1.3.0
|
|
|
24 |
networkx==3.4.2
|
25 |
numpy==2.2.2
|
26 |
nvidia-cublas-cu12==12.4.5.8
|
@@ -36,17 +50,26 @@ nvidia-nccl-cu12==2.21.5
|
|
36 |
nvidia-nvjitlink-cu12==12.4.127
|
37 |
nvidia-nvtx-cu12==12.4.127
|
38 |
orjson==3.10.15
|
39 |
-
packaging
|
40 |
pandas==2.2.3
|
|
|
|
|
|
|
41 |
pillow==11.1.0
|
|
|
|
|
|
|
|
|
|
|
42 |
pydantic==2.10.6
|
43 |
pydantic_core==2.27.2
|
44 |
pydub==0.25.1
|
45 |
-
Pygments
|
46 |
-
python-dateutil
|
47 |
python-multipart==0.0.20
|
48 |
pytz==2024.2
|
49 |
PyYAML==6.0.2
|
|
|
50 |
regex==2024.11.6
|
51 |
requests==2.32.3
|
52 |
rich==13.9.4
|
@@ -56,19 +79,24 @@ safetensors==0.5.2
|
|
56 |
semantic-version==2.10.0
|
57 |
setuptools==75.1.0
|
58 |
shellingham==1.5.4
|
59 |
-
six
|
60 |
sniffio==1.3.1
|
|
|
61 |
starlette==0.45.3
|
62 |
sympy==1.13.1
|
63 |
tokenizers==0.21.0
|
64 |
tomlkit==0.13.2
|
65 |
torch==2.5.1
|
|
|
66 |
tqdm==4.67.1
|
|
|
67 |
transformers==4.48.1
|
68 |
typer==0.15.1
|
69 |
-
typing_extensions
|
70 |
tzdata==2025.1
|
71 |
urllib3==2.3.0
|
72 |
uvicorn==0.34.0
|
|
|
73 |
websockets==14.2
|
74 |
wheel==0.44.0
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.8.0
|
4 |
+
asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1733250440834/work
|
5 |
audioop-lts==0.2.1
|
6 |
certifi==2024.12.14
|
7 |
charset-normalizer==3.4.1
|
8 |
click==8.1.8
|
9 |
+
comm @ file:///home/conda/feedstock_root/build_artifacts/comm_1733502965406/work
|
10 |
+
debugpy @ file:///croot/debugpy_1736267418885/work
|
11 |
+
decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1733236420667/work
|
12 |
+
exceptiongroup @ file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1733208806608/work
|
13 |
+
executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1733569351617/work
|
14 |
fastapi==0.115.7
|
15 |
ffmpy==0.5.0
|
16 |
filelock==3.17.0
|
|
|
22 |
httpx==0.28.1
|
23 |
huggingface-hub==0.27.1
|
24 |
idna==3.10
|
25 |
+
importlib_metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1737420181517/work
|
26 |
+
ipykernel @ file:///home/conda/feedstock_root/build_artifacts/ipykernel_1719845459717/work
|
27 |
+
ipython @ file:///home/conda/feedstock_root/build_artifacts/ipython_1734788142186/work
|
28 |
+
jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1733300866624/work
|
29 |
Jinja2==3.1.5
|
30 |
+
jupyter_client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1733440914442/work
|
31 |
+
jupyter_core @ file:///home/conda/feedstock_root/build_artifacts/jupyter_core_1727163409502/work
|
32 |
markdown-it-py==3.0.0
|
33 |
MarkupSafe==2.1.5
|
34 |
+
matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1733416936468/work
|
35 |
mdurl==0.1.2
|
36 |
mpmath==1.3.0
|
37 |
+
nest_asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1733325553580/work
|
38 |
networkx==3.4.2
|
39 |
numpy==2.2.2
|
40 |
nvidia-cublas-cu12==12.4.5.8
|
|
|
50 |
nvidia-nvjitlink-cu12==12.4.127
|
51 |
nvidia-nvtx-cu12==12.4.127
|
52 |
orjson==3.10.15
|
53 |
+
packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1733203243479/work
|
54 |
pandas==2.2.3
|
55 |
+
parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1733271261340/work
|
56 |
+
pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1733301927746/work
|
57 |
+
pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1733327343728/work
|
58 |
pillow==11.1.0
|
59 |
+
platformdirs @ file:///home/conda/feedstock_root/build_artifacts/platformdirs_1733232627818/work
|
60 |
+
prompt_toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1737453357274/work
|
61 |
+
psutil @ file:///croot/psutil_1736367091698/work
|
62 |
+
ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1733302279685/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl#sha256=92c32ff62b5fd8cf325bec5ab90d7be3d2a8ca8c8a3813ff487a8d2002630d1f
|
63 |
+
pure_eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1733569405015/work
|
64 |
pydantic==2.10.6
|
65 |
pydantic_core==2.27.2
|
66 |
pydub==0.25.1
|
67 |
+
Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1736243443484/work
|
68 |
+
python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1733215673016/work
|
69 |
python-multipart==0.0.20
|
70 |
pytz==2024.2
|
71 |
PyYAML==6.0.2
|
72 |
+
pyzmq @ file:///croot/pyzmq_1734687138743/work
|
73 |
regex==2024.11.6
|
74 |
requests==2.32.3
|
75 |
rich==13.9.4
|
|
|
79 |
semantic-version==2.10.0
|
80 |
setuptools==75.1.0
|
81 |
shellingham==1.5.4
|
82 |
+
six @ file:///home/conda/feedstock_root/build_artifacts/six_1733380938961/work
|
83 |
sniffio==1.3.1
|
84 |
+
stack_data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1733569443808/work
|
85 |
starlette==0.45.3
|
86 |
sympy==1.13.1
|
87 |
tokenizers==0.21.0
|
88 |
tomlkit==0.13.2
|
89 |
torch==2.5.1
|
90 |
+
tornado @ file:///io/buildout/croot/tornado_1735842129908/work
|
91 |
tqdm==4.67.1
|
92 |
+
traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1733367359838/work
|
93 |
transformers==4.48.1
|
94 |
typer==0.15.1
|
95 |
+
typing_extensions @ file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1733188668063/work
|
96 |
tzdata==2025.1
|
97 |
urllib3==2.3.0
|
98 |
uvicorn==0.34.0
|
99 |
+
wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1733231326287/work
|
100 |
websockets==14.2
|
101 |
wheel==0.44.0
|
102 |
+
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1732827521216/work
|