Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scikit-learn>=0.24.1
|
2 |
+
scikit-image>=0.18.1
|
3 |
+
numba>=0.53.1
|
4 |
+
git+https://github.com/sedthh/pyxelate.git
|
5 |
+
|
6 |
+
torch
|
7 |
+
numpy
|
8 |
+
opencv-python-headless
|
9 |
+
Pillow
|
10 |
+
extcolors
|