From 93870ac5839b793f8dc210e948a5d0b028b2cb3d Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:17:43 -0700 Subject: [PATCH] Remove note about pydantic<2.0.0 pin Since https://github.com/microsoft/DeepSpeed/pull/5167 is merged already. --- recipe/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index edc7f8d..4c09df6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -87,8 +87,6 @@ requirements: - packaging >=20.0 - psutil - py-cpuinfo - # PyDantic <2.0.0 is required until DeepSpeed updates to be compatible with newer PyDantic versions. - # Remove this note after https://github.com/microsoft/DeepSpeed/pull/5167 is merged - pydantic >=2.0.0 - python - pytorch # [cuda_compiler_version in (undefined, 'None')]