SauravMaheshkar
commited on
chore(build): freeze reqs using uv pip freeze
Browse files- requirements.txt +87 -5
requirements.txt
CHANGED
@@ -1,5 +1,87 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
alembic==1.13.1
|
3 |
+
altair==5.3.0
|
4 |
+
annotated-types==0.6.0
|
5 |
+
anyio==4.3.0
|
6 |
+
attrs==23.2.0
|
7 |
+
black==24.3.0
|
8 |
+
certifi==2024.2.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorlog==6.8.2
|
12 |
+
contourpy==1.2.0
|
13 |
+
cycler==0.12.1
|
14 |
+
dhg==0.9.4
|
15 |
+
exceptiongroup==1.2.0
|
16 |
+
fastapi==0.110.0
|
17 |
+
ffmpy==0.3.2
|
18 |
+
filelock==3.13.3
|
19 |
+
fonttools==4.50.0
|
20 |
+
fsspec==2024.3.1
|
21 |
+
gradio==4.24.0
|
22 |
+
gradio-client==0.14.0
|
23 |
+
h11==0.14.0
|
24 |
+
httpcore==1.0.5
|
25 |
+
httpx==0.27.0
|
26 |
+
huggingface-hub==0.22.2
|
27 |
+
idna==3.6
|
28 |
+
importlib-resources==6.4.0
|
29 |
+
isort==5.13.2
|
30 |
+
jinja2==3.1.3
|
31 |
+
joblib==1.3.2
|
32 |
+
jsonschema==4.21.1
|
33 |
+
jsonschema-specifications==2023.12.1
|
34 |
+
kiwisolver==1.4.5
|
35 |
+
mako==1.3.2
|
36 |
+
markdown-it-py==3.0.0
|
37 |
+
markupsafe==2.1.5
|
38 |
+
matplotlib==3.8.3
|
39 |
+
mdurl==0.1.2
|
40 |
+
mypy-extensions==1.0.0
|
41 |
+
numpy==1.26.4
|
42 |
+
optuna==3.6.1
|
43 |
+
orjson==3.10.0
|
44 |
+
packaging==24.0
|
45 |
+
pandas==2.2.1
|
46 |
+
pathspec==0.12.1
|
47 |
+
pillow==10.3.0
|
48 |
+
pip==23.0.1
|
49 |
+
platformdirs==4.2.0
|
50 |
+
pydantic==2.6.4
|
51 |
+
pydantic-core==2.16.3
|
52 |
+
pydub==0.25.1
|
53 |
+
pygments==2.17.2
|
54 |
+
pyparsing==3.1.2
|
55 |
+
python-dateutil==2.9.0.post0
|
56 |
+
python-multipart==0.0.9
|
57 |
+
pytz==2024.1
|
58 |
+
pyyaml==6.0.1
|
59 |
+
referencing==0.34.0
|
60 |
+
requests==2.31.0
|
61 |
+
rich==13.7.1
|
62 |
+
rpds-py==0.18.0
|
63 |
+
ruff==0.3.5
|
64 |
+
scikit-learn==1.4.1.post1
|
65 |
+
scipy==1.12.0
|
66 |
+
semantic-version==2.10.0
|
67 |
+
setuptools==65.5.0
|
68 |
+
shellingham==1.5.4
|
69 |
+
six==1.16.0
|
70 |
+
sniffio==1.3.1
|
71 |
+
sqlalchemy==2.0.29
|
72 |
+
starlette==0.36.3
|
73 |
+
threadpoolctl==3.4.0
|
74 |
+
tomli==2.0.1
|
75 |
+
tomlkit==0.12.0
|
76 |
+
toolz==0.12.1
|
77 |
+
torch==1.13.1
|
78 |
+
tqdm==4.66.2
|
79 |
+
typer==0.12.0
|
80 |
+
typer-cli==0.12.0
|
81 |
+
typer-slim==0.12.0
|
82 |
+
typing-extensions==4.10.0
|
83 |
+
tzdata==2024.1
|
84 |
+
urllib3==2.2.1
|
85 |
+
uv==0.1.26
|
86 |
+
uvicorn==0.29.0
|
87 |
+
websockets==11.0.3
|