Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
·
d43d175
1
Parent(s):
10e4090
Install cmake before TSNE lib
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -5,6 +5,6 @@ jaxlib
|
|
5 |
streamlit
|
6 |
numpy
|
7 |
torch
|
|
|
8 |
MulticoreTSNE
|
9 |
-
plotly
|
10 |
-
cmake
|
|
|
5 |
streamlit
|
6 |
numpy
|
7 |
torch
|
8 |
+
cmake
|
9 |
MulticoreTSNE
|
10 |
+
plotly
|
|