sanya94 commited on
Commit
bb36cd9
1 Parent(s): 46b81ba

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -0
requirements.txt ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==0.11.0
2
+ altair==4.1.0
3
+ argon2-cffi==20.1.0
4
+ astor==0.8.1
5
+ async-generator==1.10
6
+ attrs==20.2.0
7
+ backcall==0.2.0
8
+ base58==2.0.1
9
+ bleach==3.2.1
10
+ blinker==1.4
11
+ boto3==1.16.10
12
+ botocore==1.19.10
13
+ cachetools==4.1.1
14
+ certifi==2020.6.20
15
+ cffi==1.14.3
16
+ chardet==3.0.4
17
+ click==7.1.2
18
+ cloudpickle==1.6.0
19
+ cycler==0.10.0
20
+ Cython==0.29.21
21
+ decorator==4.4.2
22
+ git+https://github.com/facebookresearch/detectron2.git
23
+ defusedxml==0.6.0
24
+ entrypoints==0.3
25
+ enum-compat==0.0.3
26
+ future==0.18.2
27
+ fvcore==0.1.5.post20221221
28
+ gitdb==4.0.5
29
+ GitPython==3.1.11
30
+ google-auth==1.23.0
31
+ google-auth-oauthlib==0.4.2
32
+ grpcio==1.33.2
33
+ idna==2.10
34
+ importlib-metadata==2.0.0
35
+ ipykernel==5.3.4
36
+ ipython==7.16.1
37
+ ipython-genutils==0.2.0
38
+ ipywidgets==7.5.1
39
+ jedi==0.17.2
40
+ Jinja2==2.11.2
41
+ jmespath==0.10.0
42
+ jsonschema==3.2.0
43
+ jupyter-client==6.1.7
44
+ jupyter-core==4.6.3
45
+ jupyterlab-pygments==0.1.2
46
+ kiwisolver==1.3.1
47
+ Markdown==3.3.3
48
+ MarkupSafe==1.1.1
49
+ matplotlib==3.3.2
50
+ mistune==0.8.4
51
+ mock==4.0.2
52
+ nbclient==0.5.1
53
+ nbconvert==6.0.7
54
+ nbformat==5.0.8
55
+ nest-asyncio==1.4.2
56
+ notebook==6.1.4
57
+ numpy==1.19.4
58
+ oauthlib==3.1.0
59
+ opencv-python==4.4.0.46
60
+ packaging==20.4
61
+ pandas==1.1.4
62
+ pandocfilters==1.4.3
63
+ parso==0.7.1
64
+ pathtools==0.1.2
65
+ pexpect==4.8.0
66
+ pickleshare==0.7.5
67
+ Pillow==8.0.1
68
+ pkg-resources==0.0.0
69
+ portalocker==2.0.0
70
+ prometheus-client==0.8.0
71
+ prompt-toolkit==3.0.8
72
+ protobuf==3.13.0
73
+ ptyprocess==0.6.0
74
+ pyarrow==2.0.0
75
+ pyasn1==0.4.8
76
+ pyasn1-modules==0.2.8
77
+ pycotools>=2.0.2
78
+ pycparser==2.20
79
+ pydeck==0.5.0
80
+ pydot==1.4.1
81
+ Pygments==2.7.2
82
+ pyparsing==2.4.7
83
+ pyrsistent==0.17.3
84
+ python-dateutil==2.8.1
85
+ pytz==2020.4
86
+ pyyaml==5.1
87
+ pyzmq==19.0.2
88
+ requests==2.24.0
89
+ requests-oauthlib==1.3.0
90
+ rsa==4.6
91
+ s3transfer==0.3.3
92
+ Send2Trash==1.5.0
93
+ six==1.15.0
94
+ smmap==3.0.4
95
+ streamlit==0.70.0
96
+ tabulate==0.8.7
97
+ tensorboard==2.3.0
98
+ tensorboard-plugin-wit==1.7.0
99
+ termcolor==1.1.0
100
+ terminado==0.9.1
101
+ testpath==0.4.4
102
+ toml==0.10.2
103
+ toolz==0.11.1
104
+ torch==1.5
105
+ torchvision==0.6
106
+ tornado==6.1
107
+ tqdm==4.51.0
108
+ traitlets==4.3.3
109
+ tzlocal==2.1
110
+ urllib3==1.25.11
111
+ validators==0.18.1
112
+ watchdog==0.10.3
113
+ wcwidth==0.2.5
114
+ webencodings==0.5.1
115
+ Werkzeug==1.0.1
116
+ widgetsnbextension==3.5.1
117
+ yacs==0.1.8
118
+ zipp==3.4.0