Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -6
requirements.txt
CHANGED
@@ -1,7 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
wikipedia
|
|
|
|
|
|
1 |
+
datasets==2.14.6
|
2 |
+
h5py==3.9.0
|
3 |
+
matplotlib==3.7.1
|
4 |
+
numba==0.56.4
|
5 |
+
numpy==1.23.5
|
6 |
+
pandas==1.5.3
|
7 |
+
pickleshare==0.7.5
|
8 |
+
plotly==5.15.0
|
9 |
+
protobuf==3.20.3
|
10 |
+
pyarrow==9.0.0
|
11 |
+
pynndescent==0.5.10
|
12 |
+
scikit-image==0.19.3
|
13 |
+
scikit-learn==1.2.2
|
14 |
+
transformers==4.34.1
|
15 |
wikipedia
|
16 |
+
llvmlite==0.39.1
|
17 |
+
torch
|