Federico Galatolo commited on
Commit
cb74f4c
·
1 Parent(s): 4e445b8

requirments

Browse files
Files changed (1) hide show
  1. requirements.txt +143 -0
requirements.txt ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.2.0
2
+ altair==4.2.0
3
+ antlr4-python3-runtime==4.9.3
4
+ appdirs==1.4.4
5
+ argon2-cffi==21.3.0
6
+ argon2-cffi-bindings==21.2.0
7
+ asttokens==2.0.5
8
+ attrs==22.1.0
9
+ backcall==0.2.0
10
+ backports.zoneinfo==0.2.1
11
+ beautifulsoup4==4.11.1
12
+ black==21.4b2
13
+ bleach==5.0.1
14
+ blinker==1.5
15
+ cachetools==5.2.0
16
+ certifi==2022.6.15
17
+ cffi==1.15.1
18
+ charset-normalizer==2.1.0
19
+ click==8.1.3
20
+ cloudpickle==2.1.0
21
+ commonmark==0.9.1
22
+ cycler==0.11.0
23
+ debugpy==1.6.2
24
+ decorator==5.1.1
25
+ defusedxml==0.7.1
26
+ entrypoints==0.4
27
+ executing==0.9.1
28
+ fastjsonschema==2.16.1
29
+ fonttools==4.34.4
30
+ future==0.18.2
31
+ fvcore==0.1.5.post20220512
32
+ gitdb==4.0.9
33
+ GitPython==3.1.27
34
+ google-auth==2.9.1
35
+ google-auth-oauthlib==0.4.6
36
+ grpcio==1.47.0
37
+ hydra-core==1.2.0
38
+ idna==3.3
39
+ importlib-metadata==4.12.0
40
+ importlib-resources==5.9.0
41
+ iopath==0.1.9
42
+ ipykernel==6.15.1
43
+ ipython==8.4.0
44
+ ipython-genutils==0.2.0
45
+ ipywidgets==7.7.1
46
+ jedi==0.18.1
47
+ Jinja2==3.1.2
48
+ joblib==1.1.0
49
+ jsonschema==4.9.1
50
+ jupyter-client==7.3.4
51
+ jupyter-core==4.11.1
52
+ jupyterlab-pygments==0.2.2
53
+ jupyterlab-widgets==1.1.1
54
+ kiwisolver==1.4.4
55
+ Markdown==3.4.1
56
+ MarkupSafe==2.1.1
57
+ matplotlib==3.5.2
58
+ matplotlib-inline==0.1.3
59
+ mistune==0.8.4
60
+ mypy-extensions==0.4.3
61
+ nbclient==0.6.6
62
+ nbconvert==6.5.0
63
+ nbformat==5.4.0
64
+ nest-asyncio==1.5.5
65
+ notebook==6.4.12
66
+ numpy==1.23.1
67
+ oauthlib==3.2.0
68
+ omegaconf==2.2.2
69
+ opencv-python==4.6.0.66
70
+ packaging==21.3
71
+ pandas==1.4.3
72
+ pandocfilters==1.5.0
73
+ parso==0.8.3
74
+ pathspec==0.9.0
75
+ pexpect==4.8.0
76
+ pickleshare==0.7.5
77
+ Pillow==9.2.0
78
+ pkgutil-resolve-name==1.3.10
79
+ portalocker==2.5.1
80
+ prometheus-client==0.14.1
81
+ prompt-toolkit==3.0.30
82
+ protobuf==3.19.4
83
+ psutil==5.9.1
84
+ ptyprocess==0.7.0
85
+ pure-eval==0.2.2
86
+ pyarrow==9.0.0
87
+ pyasn1==0.4.8
88
+ pyasn1-modules==0.2.8
89
+ pycocotools==2.0.4
90
+ pycparser==2.21
91
+ pydeck==0.7.1
92
+ pydot==1.4.2
93
+ Pygments==2.12.0
94
+ Pympler==1.0.1
95
+ pyparsing==3.0.9
96
+ pyrsistent==0.18.1
97
+ python-dateutil==2.8.2
98
+ pytz==2022.1
99
+ pytz-deprecation-shim==0.1.0.post0
100
+ PyYAML==6.0
101
+ pyzmq==23.2.0
102
+ regex==2022.7.25
103
+ requests==2.28.1
104
+ requests-oauthlib==1.3.1
105
+ rich==12.5.1
106
+ rsa==4.9
107
+ scikit-learn==1.1.1
108
+ scipy==1.9.0
109
+ semver==2.13.0
110
+ Send2Trash==1.8.0
111
+ six==1.16.0
112
+ sklearn==0.0
113
+ smmap==5.0.0
114
+ soupsieve==2.3.2.post1
115
+ stack-data==0.3.0
116
+ streamlit==1.11.1
117
+ tabulate==0.8.10
118
+ tensorboard==2.9.1
119
+ tensorboard-data-server==0.6.1
120
+ tensorboard-plugin-wit==1.8.1
121
+ termcolor==1.1.0
122
+ terminado==0.15.0
123
+ threadpoolctl==3.1.0
124
+ tinycss2==1.1.1
125
+ toml==0.10.2
126
+ toolz==0.12.0
127
+ torch==1.10.0
128
+ torchvision==0.11.1
129
+ tornado==6.2
130
+ tqdm==4.64.0
131
+ traitlets==5.3.0
132
+ typing-extensions==4.3.0
133
+ tzdata==2022.1
134
+ tzlocal==4.2
135
+ urllib3==1.26.11
136
+ validators==0.20.0
137
+ watchdog==2.1.9
138
+ wcwidth==0.2.5
139
+ webencodings==0.5.1
140
+ Werkzeug==2.2.1
141
+ widgetsnbextension==3.6.1
142
+ yacs==0.1.8
143
+ zipp==3.8.1