Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
libmr
|
3 |
+
matplotlib
|
4 |
+
Pillow
|
5 |
+
python-socketio
|
6 |
+
scikit_learn
|
7 |
+
seaborn
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
umap_learn
|