GGPENG commited on
Commit
6aded02
·
verified ·
1 Parent(s): ac22768

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -153
requirements.txt CHANGED
@@ -1,157 +1,12 @@
1
- accelerate
2
- aiohappyeyeballs
3
- aiohttp
4
- aiosignal
5
- altair
6
- anyio
7
- argon2-cffi
8
- argon2-cffi-bindings
9
- arrow
10
- asttokens
11
- async-lru
12
- async-timeout
13
- attrs
14
- babel
15
- beautifulsoup4
16
- bleach
17
- blinker
18
- cachetools
19
- certifi
20
- cffi
21
- charset-normalizer
22
- click
23
- colorama
24
- comm
25
- contourpy
26
- cycler
27
- d2l
28
- datasets
29
- debugpy
30
- decorator
31
- defusedxml
32
- diffusers
33
- dill
34
- exceptiongroup
35
- executing
36
- fastjsonschema
37
- filelock
38
- fonttools
39
- fqdn
40
- frozenlist
41
- fsspec
42
- gitdb
43
- GitPython
44
- h11
45
- httpcore
46
- httpx
47
  huggingface-hub
48
- idna
49
- importlib_metadata
50
- ipykernel
51
- ipython
52
- ipython_pygments_lexers
53
- ipywidgets
54
- isoduration
55
- jedi
56
- Jinja2
57
- json5
58
- jsonpointer
59
- jsonschema
60
- jsonschema-specifications
61
- jupyter
62
- jupyter-console
63
- jupyter-events
64
- jupyter-lsp
65
- jupyter_client
66
- jupyter_core
67
- jupyter_server
68
- jupyter_server_terminals
69
- jupyterlab
70
- jupyterlab_pygments
71
- jupyterlab_server
72
- jupyterlab_widgets
73
- kiwisolver
74
- lark
75
- MarkupSafe
76
- matplotlib
77
- matplotlib-inline
78
- mistune
79
- mpmath
80
- multidict
81
- multiprocess
82
- narwhals
83
- nbclient
84
- nbconvert
85
- nbformat
86
- nest-asyncio
87
- networkx
88
- notebook
89
- notebook_shim
90
- numpy
91
- overrides
92
- packaging
93
- pandas
94
- pandocfilters
95
- parso
96
- platformdirs
97
- prometheus_client
98
- prompt_toolkit
99
- propcache
100
- protobuf
101
- psutil
102
- pure_eval
103
- pyarrow
104
- pyarrow-hotfix
105
- pycparser
106
- pydeck
107
- Pygments
108
- pyparsing
109
- python-dateutil
110
- python-json-logger
111
- pytz
112
- pywinpty
113
- PyYAML
114
- pyzmq
115
- qtconsole
116
- QtPy
117
- referencing
118
- regex
119
- rfc3339-validator
120
- rfc3986-validator
121
- rfc3987-syntax
122
- rpds-py
123
- safetensors
124
- scipy
125
- Send2Trash
126
- six
127
- smmap
128
- soupsieve
129
- stack-data
130
- sympy
131
- tenacity
132
- terminado
133
- tinycss2
134
- tokenizers
135
- toml
136
- tomli
137
  torch
138
- torchaudio
139
- torchvision
140
- tornado
141
- tqdm
142
- traitlets
143
  transformers
144
- typing_extensions
145
- tzdata
146
- uri-template
147
- urllib3
148
- watchdog
149
- wcwidth
150
- webcolors
151
- webencodings
152
- websocket-client
153
- widgetsnbextension
154
  xformers
155
- xxhash
156
- yarl
157
- zipp
 
1
+ streamlit
2
+ requests
3
+ Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  huggingface-hub
5
+ diffusers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  torch
 
 
 
 
 
7
  transformers
8
+ accelerate
9
+ safetensors
 
 
 
 
 
 
 
 
10
  xformers
11
+ torchaudio
12
+ torchvision