Require pydantic < 2.0 (2.0 is incompatible with hivemind 1.1.8) (#337)

See https://github.com/learning-at-home/hivemind/pull/573.
pull/333/head
Alexander Borzunov 11 months ago committed by GitHub
parent 10c72acdf4
commit 66a47c763e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save