Skip to content

Commit be3d5c6

Browse files
authored
Fix pydantic version to fix mlflow unit tests (#1351)
1 parent 9b94af4 commit be3d5c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aim
1+
aim;sys_platform!='win32'
22
bitsandbytes
33
clearml
44
coverage
@@ -9,4 +9,5 @@ lmdb
99
mlflow
1010
neptune
1111
parameterized
12+
pydantic==1.10.9
1213
pytest

0 commit comments

Comments
 (0)