Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
-
pandas
|
2 |
-
numpy
|
3 |
-
dash
|
4 |
-
dash-bootstrap-components
|
5 |
-
plotly
|
6 |
-
datasets
|
7 |
-
pillow
|
8 |
-
transformers
|
9 |
-
sentence-transformers
|
10 |
-
einops
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
18 |
gunicorn
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
dash
|
4 |
+
dash-bootstrap-components
|
5 |
+
plotly
|
6 |
+
datasets
|
7 |
+
pillow
|
8 |
+
transformers
|
9 |
+
sentence-transformers
|
10 |
+
einops
|
11 |
+
hf_xet
|
12 |
+
lancedb
|
13 |
+
requests
|
14 |
+
umap-learn
|
15 |
+
scikit-learn
|
16 |
+
hdbscan
|
17 |
+
git+https://github.com/gegedenice/omeka-s-api-client.git
|
18 |
+
python-dotenv
|
19 |
gunicorn
|