Ritobrata Ghosh commited on
Commit
b762c48
1 Parent(s): c43295a

upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.1.0
2
+ argon2-cffi==20.1.0
3
+ astor==0.8.1
4
+ async-generator==1.10
5
+ attrs==21.2.0
6
+ backcall==0.2.0
7
+ base58==2.1.0
8
+ bleach==3.3.1
9
+ blinker==1.4
10
+ cachetools==4.2.2
11
+ certifi==2021.5.30
12
+ cffi==1.14.6
13
+ charset-normalizer==2.0.3
14
+ click==7.1.2
15
+ debugpy==1.3.0
16
+ decorator==5.0.9
17
+ defusedxml==0.7.1
18
+ entrypoints==0.3
19
+ filelock==3.0.12
20
+ gitdb==4.0.7
21
+ GitPython==3.1.18
22
+ huggingface-hub==0.0.12
23
+ idna==3.2
24
+ ipykernel==6.0.2
25
+ ipython==7.25.0
26
+ ipython-genutils==0.2.0
27
+ ipywidgets==7.6.3
28
+ jedi==0.18.0
29
+ Jinja2==3.0.1
30
+ joblib==1.0.1
31
+ jsonschema==3.2.0
32
+ jupyter-client==6.1.12
33
+ jupyter-core==4.7.1
34
+ jupyterlab-pygments==0.1.2
35
+ jupyterlab-widgets==1.0.0
36
+ MarkupSafe==2.0.1
37
+ matplotlib-inline==0.1.2
38
+ mistune==0.8.4
39
+ nbclient==0.5.3
40
+ nbconvert==6.1.0
41
+ nbformat==5.1.3
42
+ nest-asyncio==1.5.1
43
+ notebook==6.4.0
44
+ numpy==1.21.1
45
+ packaging==21.0
46
+ pandas==1.3.0
47
+ pandocfilters==1.4.3
48
+ parso==0.8.2
49
+ pexpect==4.8.0
50
+ pickleshare==0.7.5
51
+ Pillow==8.3.1
52
+ prometheus-client==0.11.0
53
+ prompt-toolkit==3.0.19
54
+ protobuf==3.17.3
55
+ ptyprocess==0.7.0
56
+ pycparser==2.20
57
+ pydeck==0.6.2
58
+ Pygments==2.9.0
59
+ pyparsing==2.4.7
60
+ pyrsistent==0.18.0
61
+ python-dateutil==2.8.2
62
+ pytz==2021.1
63
+ PyYAML==5.4.1
64
+ pyzmq==22.1.0
65
+ regex==2021.7.6
66
+ requests==2.26.0
67
+ sacremoses==0.0.45
68
+ Send2Trash==1.7.1
69
+ six==1.16.0
70
+ smmap==4.0.0
71
+ streamlit==0.84.1
72
+ terminado==0.10.1
73
+ testpath==0.5.0
74
+ tokenizers==0.10.3
75
+ toml==0.10.2
76
+ toolz==0.11.1
77
+ tornado==6.1
78
+ tqdm==4.61.2
79
+ traitlets==5.0.5
80
+ transformers==4.8.2
81
+ typing-extensions==3.10.0.0
82
+ tzlocal==2.1
83
+ urllib3==1.26.6
84
+ validators==0.18.2
85
+ watchdog==2.1.3
86
+ wcwidth==0.2.5
87
+ webencodings==0.5.1
88
+ widgetsnbextension==3.5.1