Spaces:
Runtime error
Runtime error
David
commited on
Commit
•
7d48e72
1
Parent(s):
249b8b6
Add requirement file corrected 2
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
tensorflow==2.8.0
|
2 |
numpy==1.22.3
|
3 |
opencv-python==4.5.5.62
|
4 |
-
|
5 |
matplotlib==3.5.1
|
6 |
pathlib==1.0.1
|
|
|
1 |
tensorflow==2.8.0
|
2 |
numpy==1.22.3
|
3 |
opencv-python==4.5.5.62
|
4 |
+
Pillow==9.0.1
|
5 |
matplotlib==3.5.1
|
6 |
pathlib==1.0.1
|