From 66a47c763efc0bb1b49208a195421bc411db5338 Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Sun, 2 Jul 2023 03:32:51 +0400 Subject: [PATCH] Require pydantic < 2.0 (2.0 is incompatible with hivemind 1.1.8) (#337) See https://github.com/learning-at-home/hivemind/pull/573. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4722c63..eacd99a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,7 @@ install_requires = tokenizers>=0.13.3 transformers>=4.30.1,<5.0.0 speedtest-cli==2.1.3 + pydantic>=1.8.1,<2.0 # 2.0 is incompatible with hivemind==1.1.8 hivemind==1.1.8 tensor_parallel==1.0.23 humanfriendly