autoahxan commited on
Commit
079a3ba
·
verified ·
1 Parent(s): a594b33

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -101
requirements.txt CHANGED
@@ -1,101 +1,6 @@
1
- aiofiles 23.2.1
2
- annotated-types 0.7.0
3
- anyio 4.8.0
4
- appnope 0.1.4
5
- asttokens 3.0.0
6
- certifi 2024.12.14
7
- charset-normalizer 3.4.1
8
- click 8.1.8
9
- comm 0.2.2
10
- debugpy 1.8.11
11
- decorator 5.1.1
12
- distro 1.9.0
13
- et_xmlfile 2.0.0
14
- eval_type_backport 0.2.2
15
- exceptiongroup 1.2.2
16
- executing 2.1.0
17
- fastapi 0.115.6
18
- ffmpy 0.5.0
19
- filelock 3.16.1
20
- fsspec 2024.12.0
21
- gradio 5.12.0
22
- gradio_client 1.5.4
23
- h11 0.14.0
24
- httpcore 1.0.7
25
- httpx 0.28.1
26
- huggingface-hub 0.27.1
27
- idna 3.10
28
- importlib_metadata 8.5.0
29
- ipykernel 6.29.5
30
- ipython 8.31.0
31
- jedi 0.19.2
32
- Jinja2 3.1.5
33
- jiter 0.8.2
34
- joblib 1.4.2
35
- jupyter_client 8.6.3
36
- jupyter_core 5.7.2
37
- markdown-it-py 3.0.0
38
- MarkupSafe 2.1.5
39
- matplotlib-inline 0.1.7
40
- mdurl 0.1.2
41
- mistralai 1.6.0
42
- nest_asyncio 1.6.0
43
- numpy 2.2.1
44
- openai 1.59.7
45
- openpyxl 3.1.5
46
- orjson 3.10.14
47
- packaging 24.2
48
- pandas 2.2.3
49
- parso 0.8.4
50
- pexpect 4.9.0
51
- pickleshare 0.7.5
52
- pillow 11.1.0
53
- pip 24.2
54
- platformdirs 4.3.6
55
- prompt_toolkit 3.0.48
56
- psutil 5.9.0
57
- ptyprocess 0.7.0
58
- pure_eval 0.2.3
59
- pydantic 2.10.5
60
- pydantic_core 2.27.2
61
- pydub 0.25.1
62
- Pygments 2.19.1
63
- python-dateutil 2.9.0.post0
64
- python-dotenv 1.0.1
65
- python-multipart 0.0.20
66
- pytz 2024.2
67
- PyYAML 6.0.2
68
- pyzmq 26.2.0
69
- regex 2024.11.6
70
- requests 2.32.3
71
- rich 13.9.4
72
- ruff 0.9.1
73
- safehttpx 0.1.6
74
- safetensors 0.5.2
75
- scikit-learn 1.6.1
76
- scipy 1.15.1
77
- semantic-version 2.10.0
78
- setuptools 75.1.0
79
- shellingham 1.5.4
80
- six 1.17.0
81
- sniffio 1.3.1
82
- stack_data 0.6.3
83
- starlette 0.41.3
84
- tenacity 9.0.0
85
- threadpoolctl 3.5.0
86
- tokenizers 0.21.0
87
- tomlkit 0.13.2
88
- tornado 6.4.2
89
- tqdm 4.67.1
90
- traitlets 5.14.3
91
- transformers 4.48.3
92
- typer 0.15.1
93
- typing_extensions 4.12.2
94
- typing-inspection 0.4.0
95
- tzdata 2024.2
96
- urllib3 2.3.0
97
- uvicorn 0.34.0
98
- wcwidth 0.2.13
99
- websockets 14.1
100
- wheel 0.44.0
101
- zipp 3.21.0
 
1
+ python-dotenv==1.0.1
2
+ pandas==2.2.3
3
+ scikit-learn==1.6.1
4
+ openai==1.59.7
5
+ openpyxl==3.1.5
6
+ gradio==5.29.0