orpatashnik commited on
Commit
3ac81a2
·
1 Parent(s): c4e6a63

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -116
requirements.txt CHANGED
@@ -1,121 +1,6 @@
1
- accelerate==0.18.0
2
- anyio==3.6.2
3
- argon2-cffi==21.3.0
4
- argon2-cffi-bindings==21.2.0
5
- asttokens==2.2.1
6
- attrs==22.2.0
7
- backcall==0.2.0
8
- backports.functools-lru-cache==1.6.4
9
- beautifulsoup4==4.11.2
10
- bleach==6.0.0
11
- brotlipy==0.7.0
12
- certifi==2022.12.7
13
- cffi==1.15.1
14
- chardet==4.0.0
15
- charset-normalizer==2.0.4
16
- click==8.1.3
17
- comm==0.1.2
18
- contourpy==1.0.5
19
- cryptography==38.0.4
20
- cycler==0.11.0
21
- debugpy==1.5.1
22
- decorator==5.1.1
23
- defusedxml==0.7.1
24
  diffusers==0.10.2
25
- entrypoints==0.4
26
- executing==1.2.0
27
- fastjsonschema==2.16.2
28
- filelock==3.10.4
29
- flit_core==3.6.0
30
- fonttools==4.25.0
31
- huggingface-hub==0.13.3
32
- idna==3.4
33
- importlib-metadata==6.0.0
34
- importlib-resources==5.10.2
35
- ipykernel==6.19.2
36
- ipython==8.8.0
37
- ipython-genutils==0.2.0
38
- jedi==0.18.2
39
- Jinja2==3.1.2
40
- joblib==1.2.0
41
- jsonschema==4.17.3
42
- jupyter-client==7.3.4
43
- jupyter_core==4.12.0
44
- jupyter-server==1.23.5
45
- jupyterlab-pygments==0.2.2
46
- kiwisolver==1.4.4
47
- MarkupSafe==2.1.2
48
- matplotlib==3.6.2
49
- matplotlib-inline==0.1.6
50
- mistune==2.0.5
51
- mkl-fft==1.3.1
52
- mkl-random==1.2.2
53
- mkl-service==2.4.0
54
- munkres==1.1.4
55
- mypy-extensions==1.0.0
56
- nbclassic==0.5.1
57
- nbclient==0.7.2
58
- nbconvert==7.2.9
59
- nbformat==5.7.3
60
- nest-asyncio==1.5.6
61
- nltk==3.8.1
62
- notebook==6.5.2
63
- notebook_shim==0.2.2
64
- numpy==1.23.5
65
  opencv-python==4.7.0.72
66
- packaging==23.0
67
- pandocfilters==1.5.0
68
- parso==0.8.3
69
- pexpect==4.8.0
70
- pickleshare==0.7.5
71
- Pillow==9.3.0
72
- pip==23.0.1
73
- pkgutil_resolve_name==1.3.10
74
- ply==3.11
75
- prometheus-client==0.16.0
76
- prompt-toolkit==3.0.36
77
- psutil==5.9.4
78
- ptyprocess==0.7.0
79
- pure-eval==0.2.2
80
- pycparser==2.21
81
- Pygments==2.14.0
82
- pyOpenSSL==22.0.0
83
- pyparsing==3.0.9
84
- PyQt5-sip==12.11.0
85
  pyrallis==0.3.1
86
- pyrsistent==0.19.3
87
- PySocks==1.7.1
88
- python-dateutil==2.8.2
89
- PyYAML==6.0
90
- pyzmq==25.0.0
91
- regex==2023.3.23
92
- requests==2.28.1
93
- scikit-learn==1.2.2
94
- scipy==1.10.1
95
- Send2Trash==1.8.0
96
- setuptools==65.6.3
97
- sip==6.6.2
98
- six==1.16.0
99
- sniffio==1.3.0
100
- soupsieve==2.3.2.post1
101
- stack-data==0.6.2
102
- terminado==0.17.1
103
- threadpoolctl==3.1.0
104
- tinycss2==1.2.1
105
- tokenizers==0.13.2
106
- toml==0.10.2
107
  torch==1.13.1
108
- torchaudio==0.13.1
109
- torchvision==0.14.1
110
- tornado==6.2
111
- tqdm==4.65.0
112
- traitlets==5.7.1
113
  transformers==4.25.1
114
- typing_extensions==4.4.0
115
- typing-inspect==0.8.0
116
- urllib3==1.26.14
117
- wcwidth==0.2.6
118
- webencodings==0.5.1
119
- websocket-client==1.5.1
120
- wheel==0.37.1
121
- zipp==3.11.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  diffusers==0.10.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  opencv-python==4.7.0.72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pyrallis==0.3.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  torch==1.13.1
 
 
 
 
 
5
  transformers==4.25.1
6
+ nltk==3.8.1