Spaces:
Runtime error
Runtime error
Tobias Cornille
commited on
Commit
·
69b4951
1
Parent(s):
3459f68
Pin pydantic version to 1.10.11
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -22,5 +22,6 @@ yapf
|
|
| 22 |
segment_anything
|
| 23 |
scikit-image
|
| 24 |
segments-ai
|
|
|
|
| 25 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 26 |
torch
|
|
|
|
| 22 |
segment_anything
|
| 23 |
scikit-image
|
| 24 |
segments-ai
|
| 25 |
+
pydantic==1.10.11
|
| 26 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 27 |
torch
|