peccavi commited on
Commit
d176807
·
verified ·
1 Parent(s): 060ac52

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.5.0
3
+ annotated-types==0.7.0
4
+ anyio==4.8.0
5
+ asttokens==3.0.0
6
+ attrs==24.3.0
7
+ certifi==2024.12.14
8
+ charset-normalizer==3.4.1
9
+ click==8.1.8
10
+ colorama==0.4.6
11
+ comm==0.2.2
12
+ contourpy==1.3.1
13
+ cycler==0.12.1
14
+ decorator==5.1.1
15
+ distro==1.9.0
16
+ exceptiongroup==1.2.2
17
+ executing==2.1.0
18
+ fastapi==0.115.6
19
+ ffmpy==0.5.0
20
+ filelock==3.16.1
21
+ fonttools==4.55.3
22
+ fsspec==2024.12.0
23
+ gradio==4.29.0
24
+ gradio_client==0.16.1
25
+ graphviz==0.20.3
26
+ h11==0.14.0
27
+ httpcore==1.0.7
28
+ httpx==0.28.1
29
+ huggingface-hub==0.27.1
30
+ idna==3.10
31
+ importlib_resources==6.5.2
32
+ ipython==8.31.0
33
+ ipywidgets==8.1.5
34
+ jedi==0.19.2
35
+ Jinja2==3.1.5
36
+ jiter==0.8.2
37
+ joblib==1.4.2
38
+ jsonschema==4.23.0
39
+ jsonschema-specifications==2024.10.1
40
+ jupyterlab_widgets==3.0.13
41
+ kiwisolver==1.4.8
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.5
44
+ matplotlib==3.10.0
45
+ matplotlib-inline==0.1.7
46
+ mdurl==0.1.2
47
+ mpmath==1.3.0
48
+ narwhals==1.22.0
49
+ networkx==3.4.2
50
+ nltk==3.9.1
51
+ numpy==1.26.4
52
+ openai==1.59.8
53
+ orjson==3.10.14
54
+ packaging==24.2
55
+ pandas==2.2.3
56
+ parso==0.8.4
57
+ pillow==10.4.0
58
+ plotly==5.24.1
59
+ prompt_toolkit==3.0.48
60
+ pure_eval==0.2.3
61
+ pydantic==2.10.5
62
+ pydantic_core==2.27.2
63
+ pydub==0.25.1
64
+ Pygments==2.19.1
65
+ pyparsing==3.2.1
66
+ python-dateutil==2.9.0.post0
67
+ python-dotenv==1.0.1
68
+ python-multipart==0.0.20
69
+ pytz==2024.2
70
+ PyYAML==6.0.2
71
+ referencing==0.36.1
72
+ regex==2024.11.6
73
+ requests==2.32.3
74
+ rich==13.9.4
75
+ rpds-py==0.22.3
76
+ ruff==0.9.2
77
+ safetensors==0.5.2
78
+ scikit-learn==1.6.1
79
+ scipy==1.15.1
80
+ seaborn==0.13.2
81
+ semantic-version==2.10.0
82
+ sentence-transformers==3.3.1
83
+ shellingham==1.5.4
84
+ six==1.17.0
85
+ sniffio==1.3.1
86
+ stack-data==0.6.3
87
+ starlette==0.41.3
88
+ sympy==1.13.1
89
+ tenacity==9.0.0
90
+ termcolor==2.5.0
91
+ threadpoolctl==3.5.0
92
+ tokenizers==0.21.0
93
+ tomlkit==0.12.0
94
+ torch==2.5.1
95
+ tqdm==4.67.1
96
+ traitlets==5.14.3
97
+ transformers==4.48.0
98
+ typer==0.15.1
99
+ typing_extensions==4.12.2
100
+ tzdata==2024.2
101
+ urllib3==2.3.0
102
+ uvicorn==0.34.0
103
+ wcwidth==0.2.13
104
+ websockets==11.0.3
105
+ widgetsnbextension==4.0.13