Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
pydantic==2.10.6
|
2 |
matplotlib
|
3 |
numpy
|
4 |
opencv-python
|
@@ -9,4 +8,5 @@ torch
|
|
9 |
torchvision
|
10 |
gradio
|
11 |
onnxruntime
|
12 |
-
rasterio
|
|
|
|
|
|
1 |
matplotlib
|
2 |
numpy
|
3 |
opencv-python
|
|
|
8 |
torchvision
|
9 |
gradio
|
10 |
onnxruntime
|
11 |
+
rasterio
|
12 |
+
pydantic==2.10.6
|