Spaces:
Build error
Build error
nick-leland
commited on
Commit
·
1e312dc
1
Parent(s):
0bac72d
Fixed this issue with requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ fastai==2.7.15
|
|
2 |
fastcore==1.5.48
|
3 |
gradio==4.38.1
|
4 |
matplotlib==3.9.1
|
5 |
-
numpy==
|
6 |
-
Pillow==10.
|
7 |
scipy==1.14.0
|
|
|
2 |
fastcore==1.5.48
|
3 |
gradio==4.38.1
|
4 |
matplotlib==3.9.1
|
5 |
+
numpy==1.23.5
|
6 |
+
Pillow==10.3.0
|
7 |
scipy==1.14.0
|