From 2530f7068ab8d7a7690d27f54b4170067515784e Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sun, 16 Jul 2023 20:42:38 -0700 Subject: [PATCH] pin pydantic to less than v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a39e6678..1a58583d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pandas>=2.0.0", "pandas_path", "pqdm", - "pydantic", + "pydantic<2.0.0", "python-dotenv", "pytorch-lightning>=2.0.0", "pytorchvideo",