Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 4de9f63

Browse files
bfineraneldarkurtic
authored andcommitted
pin pydantic to <2.0 (#1645)
1 parent e910df0 commit 4de9f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"pandas>=0.25.0",
4444
"packaging>=20.0",
4545
"psutil>=5.0.0",
46-
"pydantic>=1.5.0",
46+
"pydantic>=1.8.2,<2.0.0",
4747
"requests>=2.0.0",
4848
"scikit-image>=0.15.0",
4949
"scikit-learn>=0.24.2",

0 commit comments

Comments
 (0)