Commit ·
1d50186
1
Parent(s): f169d2b
Fixed error with wrong numpy version
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
git+https://github.com/lucasb-eyer/pydensecrf
|
| 2 |
-
|
| 3 |
-
torchvision==0.9.1
|
| 4 |
-
numpy==1.24.2
|
| 5 |
opencv-python==4.6.0.66
|
|
|
|
| 6 |
scikit-image==0.19.2
|
|
|
|
|
|
|
| 7 |
tqdm==4.64.1
|
| 8 |
|
| 9 |
pycocotools==2.0.6
|
|
|
|
| 1 |
git+https://github.com/lucasb-eyer/pydensecrf
|
| 2 |
+
numpy==1.23.5
|
|
|
|
|
|
|
| 3 |
opencv-python==4.6.0.66
|
| 4 |
+
pycocotools==2.0.6
|
| 5 |
scikit-image==0.19.2
|
| 6 |
+
torch==1.13.1
|
| 7 |
+
torchvision==0.14.1
|
| 8 |
tqdm==4.64.1
|
| 9 |
|
| 10 |
pycocotools==2.0.6
|