vidhiparikh commited on
Commit
3669e16
1 Parent(s): 3ad6f16

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +131 -2
requirements.txt CHANGED
@@ -1,2 +1,131 @@
1
- pip install gradio
2
- pip install orange3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ AnyQt==0.2.0
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ backcall==0.2.0
11
+ baycomp==1.0.2
12
+ Bottleneck==1.3.7
13
+ CacheControl==0.12.11
14
+ certifi==2022.12.7
15
+ chardet==5.1.0
16
+ charset-normalizer==3.1.0
17
+ click==8.1.3
18
+ colorama==0.4.6
19
+ comm==0.1.3
20
+ commonmark==0.9.1
21
+ contourpy==1.0.7
22
+ cycler==0.11.0
23
+ debugpy==1.6.7
24
+ decorator==5.1.1
25
+ dictdiffer==0.9.0
26
+ docutils==0.19
27
+ entrypoints==0.4
28
+ et-xmlfile==1.1.0
29
+ executing==1.2.0
30
+ fastapi==0.95.1
31
+ ffmpy==0.3.0
32
+ filelock==3.12.0
33
+ fonttools==4.39.3
34
+ frozenlist==1.3.3
35
+ fsspec==2023.4.0
36
+ gradio==3.27.0
37
+ gradio-client==0.1.3
38
+ h11==0.14.0
39
+ httpcore==0.17.0
40
+ httpx==0.24.0
41
+ huggingface-hub==0.13.4
42
+ idna==3.4
43
+ importlib-metadata==6.6.0
44
+ importlib-resources==5.12.0
45
+ ipykernel==6.22.0
46
+ ipython==8.12.0
47
+ ipython-genutils==0.2.0
48
+ jaraco.classes==3.2.3
49
+ jedi==0.18.2
50
+ Jinja2==3.1.2
51
+ joblib==1.2.0
52
+ jsonschema==4.17.3
53
+ jupyter-client==8.2.0
54
+ jupyter-core==5.3.0
55
+ keyring==23.13.1
56
+ keyrings.alt==4.2.0
57
+ kiwisolver==1.4.4
58
+ linkify-it-py==2.0.0
59
+ lockfile==0.12.2
60
+ markdown-it-py==2.2.0
61
+ MarkupSafe==2.1.2
62
+ matplotlib==3.7.1
63
+ matplotlib-inline==0.1.6
64
+ mdit-py-plugins==0.3.3
65
+ mdurl==0.1.2
66
+ more-itertools==9.1.0
67
+ msgpack==1.0.5
68
+ multidict==6.0.4
69
+ nest-asyncio==1.5.6
70
+ networkx==3.1
71
+ numpy==1.24.3
72
+ openpyxl==3.1.2
73
+ openTSNE==0.7.1
74
+ orange-canvas-core==0.1.30
75
+ orange-widget-base==4.20.0
76
+ Orange3==3.34.1
77
+ orjson==3.8.10
78
+ packaging==23.1
79
+ pandas==2.0.0
80
+ parso==0.8.3
81
+ pickleshare==0.7.5
82
+ Pillow==9.5.0
83
+ platformdirs==3.2.0
84
+ prompt-toolkit==3.0.38
85
+ psutil==5.9.5
86
+ pure-eval==0.2.2
87
+ pydantic==1.10.7
88
+ pydub==0.25.1
89
+ Pygments==2.15.1
90
+ pyparsing==3.0.9
91
+ PyQt5==5.15.9
92
+ PyQt5-Qt5==5.15.2
93
+ PyQt5-sip==12.12.1
94
+ pyqtgraph==0.13.3
95
+ pyrsistent==0.19.3
96
+ python-dateutil==2.8.2
97
+ python-louvain==0.16
98
+ python-multipart==0.0.6
99
+ pytz==2023.3
100
+ pywin32==306
101
+ pywin32-ctypes==0.2.0
102
+ PyYAML==6.0
103
+ pyzmq==25.0.2
104
+ qasync==0.24.0
105
+ qtconsole==5.4.2
106
+ QtPy==2.3.1
107
+ requests==2.28.2
108
+ scikit-learn==1.1.3
109
+ scipy==1.10.1
110
+ semantic-version==2.10.0
111
+ serverfiles==0.3.1
112
+ six==1.16.0
113
+ sniffio==1.3.0
114
+ stack-data==0.6.2
115
+ starlette==0.26.1
116
+ threadpoolctl==3.1.0
117
+ toolz==0.12.0
118
+ tornado==6.3.1
119
+ tqdm==4.65.0
120
+ traitlets==5.9.0
121
+ typing-extensions==4.5.0
122
+ tzdata==2023.3
123
+ uc-micro-py==1.0.1
124
+ urllib3==1.26.15
125
+ uvicorn==0.21.1
126
+ wcwidth==0.2.6
127
+ websockets==11.0.2
128
+ xlrd==2.0.1
129
+ XlsxWriter==3.1.0
130
+ yarl==1.9.1
131
+ zipp==3.15.0