Skip to content

Commit

Permalink
Reapply "CU-8695d4www: Bump pydantic requirement to 2.6+"
Browse files Browse the repository at this point in the history
This reverts commit 080ae71.
  • Loading branch information
mart-r committed Aug 13, 2024
1 parent 897df2d commit 1bbe88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
'xxhash>=3.0.0' # allow later versions, tested with 3.1.0
'blis>=0.7.5,<1.0.0' # allow later versions, tested with 0.7.9, avoid 1.0.0 (depends on numpy 2)
'click>=8.0.4' # allow later versions, tested with 8.1.3
'pydantic>=1.10.0,<2.0' # for spacy compatibility; avoid 2.0 due to breaking changes
'pydantic>=2.6.0,<3.0' # avoid next major release
"humanfriendly~=10.0" # for human readable file / RAM sizes
"peft>=0.8.2"
"peft>=0.8.2"

0 comments on commit 1bbe88e

Please sign in to comment.