Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -4,4 +4,7 @@ ultralytics==8.0.23
|
|
4 |
torch==2.2.1
|
5 |
Pillow>=7.1.0,<10 # Streamlit requires Pillow within this range
|
6 |
numpy>=1.22
|
|
|
|
|
|
|
7 |
fastai==2.7.12
|
|
|
4 |
torch==2.2.1
|
5 |
Pillow>=7.1.0,<10 # Streamlit requires Pillow within this range
|
6 |
numpy>=1.22
|
7 |
+
|
8 |
+
torch>=1.7.0, <2.1
|
9 |
+
|
10 |
fastai==2.7.12
|