cyberosa
commited on
Commit
·
d31c241
1
Parent(s):
d8cf478
Adding requirements file for docker
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
seaborn
|
3 |
+
matplotlib
|
4 |
+
huggingface-hub
|
5 |
+
pyarrow
|
6 |
+
requests
|
7 |
+
gradio==4.44.0
|
8 |
+
plotly
|
9 |
+
pydantic
|
10 |
+
pydantic_core
|
11 |
+
nbformat
|
12 |
+
pytz
|
13 |
+
duckdb
|
14 |
+
ipfshttpclient
|