matteosz commited on
Commit
4f3d1f6
·
1 Parent(s): 7d403eb

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +137 -0
requirements.txt ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.30.1
2
+ anyio==4.4.0
3
+ appnope==0.1.4
4
+ argon2-cffi==23.1.0
5
+ argon2-cffi-bindings==21.2.0
6
+ arrow==1.3.0
7
+ asttokens==2.4.1
8
+ async-lru==2.0.4
9
+ attrs==23.2.0
10
+ Babel==2.15.0
11
+ beautifulsoup4==4.12.3
12
+ bitsandbytes==0.42.0
13
+ bleach==6.1.0
14
+ blinker==1.8.2
15
+ Bottleneck==1.3.8
16
+ branca==0.7.1
17
+ certifi==2022.6.15
18
+ cffi==1.16.0
19
+ charset-normalizer==2.1.1
20
+ click==8.1.7
21
+ comm==0.2.2
22
+ debugpy==1.8.1
23
+ decorator==5.1.1
24
+ defusedxml==0.7.1
25
+ distlib==0.3.5
26
+ exceptiongroup==1.2.1
27
+ executing==2.0.1
28
+ fastjsonschema==2.19.1
29
+ filelock==3.7.1
30
+ Flask==3.0.3
31
+ folium==0.16.0
32
+ fqdn==1.5.1
33
+ fsspec==2024.5.0
34
+ h11==0.14.0
35
+ httpcore==1.0.5
36
+ httpx==0.27.0
37
+ huggingface-hub==0.23.2
38
+ idna==3.4
39
+ iniconfig==2.0.0
40
+ ipykernel==6.29.4
41
+ ipython==8.25.0
42
+ ipywidgets==8.1.3
43
+ isoduration==20.11.0
44
+ itsdangerous==2.2.0
45
+ jedi==0.19.1
46
+ Jinja2==3.1.3
47
+ json5==0.9.25
48
+ jsonlines==4.0.0
49
+ jsonpickle==3.0.4
50
+ jsonpointer==2.4
51
+ jsonschema==4.22.0
52
+ jsonschema-specifications==2023.12.1
53
+ jupyter==1.0.0
54
+ jupyter-console==6.6.3
55
+ jupyter-events==0.10.0
56
+ jupyter-lsp==2.2.5
57
+ jupyter_client==8.6.2
58
+ jupyter_core==5.7.2
59
+ jupyter_server==2.14.1
60
+ jupyter_server_terminals==0.5.3
61
+ jupyterlab==4.2.1
62
+ jupyterlab_pygments==0.3.0
63
+ jupyterlab_server==2.27.2
64
+ jupyterlab_widgets==3.0.11
65
+ MarkupSafe==2.1.5
66
+ matplotlib-inline==0.1.7
67
+ mistune==3.0.2
68
+ mpmath==1.3.0
69
+ nbclient==0.10.0
70
+ nbconvert==7.16.4
71
+ nbformat==5.10.4
72
+ nest-asyncio==1.6.0
73
+ networkx==3.2.1
74
+ notebook==7.2.0
75
+ notebook_shim==0.2.4
76
+ numexpr==2.10.0
77
+ numpy==1.23.5
78
+ overrides==7.7.0
79
+ packaging==24.0
80
+ pandas==2.2.2
81
+ pandocfilters==1.5.1
82
+ parso==0.8.4
83
+ peft==0.11.1
84
+ pexpect==4.9.0
85
+ platformdirs==2.5.2
86
+ pluggy==1.5.0
87
+ prometheus_client==0.20.0
88
+ prompt_toolkit==3.0.45
89
+ psutil==5.9.8
90
+ ptyprocess==0.7.0
91
+ pure-eval==0.2.2
92
+ pycparser==2.22
93
+ Pygments==2.18.0
94
+ pytest==8.2.0
95
+ python-dateutil==2.8.2
96
+ python-json-logger==2.0.7
97
+ pytz==2022.6
98
+ PyYAML==6.0.1
99
+ pyzmq==26.0.3
100
+ qtconsole==5.5.2
101
+ QtPy==2.4.1
102
+ referencing==0.35.1
103
+ regex==2024.5.15
104
+ requests==2.32.3
105
+ rfc3339-validator==0.1.4
106
+ rfc3986-validator==0.1.1
107
+ rpds-py==0.18.1
108
+ safetensors==0.4.3
109
+ scipy==1.13.1
110
+ Send2Trash==1.8.3
111
+ six==1.16.0
112
+ sniffio==1.3.1
113
+ soupsieve==2.5
114
+ stack-data==0.6.3
115
+ sympy==1.12.1
116
+ terminado==0.18.1
117
+ tinycss2==1.3.0
118
+ tokenizers==0.19.1
119
+ tomli==2.0.1
120
+ torch==2.3.0
121
+ tornado==6.4
122
+ tqdm==4.66.4
123
+ traitlets==5.14.3
124
+ transformers==4.41.2
125
+ types-python-dateutil==2.9.0.20240316
126
+ typing_extensions==4.12.1
127
+ tzdata==2024.1
128
+ uri-template==1.3.0
129
+ urllib3==1.26.12
130
+ virtualenv==20.16.2
131
+ wcwidth==0.2.13
132
+ webcolors==1.13
133
+ webencodings==0.5.1
134
+ websocket-client==1.8.0
135
+ Werkzeug==3.0.3
136
+ widgetsnbextension==4.0.11
137
+ xyzservices==2023.10.1