Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,20 +1,13 @@
|
|
1 |
-
# Force NumPy to be below version 2 for compatibility
|
2 |
-
numpy<2
|
3 |
|
4 |
-
|
5 |
-
torch
|
6 |
|
7 |
-
|
8 |
-
fastai==2.7.12
|
9 |
|
10 |
-
|
11 |
-
gradio==3.25.0
|
12 |
|
13 |
-
# scikit-image β for image processing utilities.
|
14 |
scikit-image>=0.19.0
|
15 |
|
16 |
-
# Pillow β used by fastai and for image loading.
|
17 |
Pillow>=9.0.0
|
18 |
|
19 |
-
# Optional: pybind11 can be specified if you require rebuilding modules with it.
|
20 |
pybind11>=2.12
|
|
|
|
|
|
|
1 |
|
2 |
+
numpy<2
|
3 |
+
torch
|
4 |
|
5 |
+
fastai
|
|
|
6 |
|
7 |
+
gradio
|
|
|
8 |
|
|
|
9 |
scikit-image>=0.19.0
|
10 |
|
|
|
11 |
Pillow>=9.0.0
|
12 |
|
|
|
13 |
pybind11>=2.12
|