mirror of https://github.com/explosion/spaCy.git
Update pydantic requirements (#8127)
Update pydantic requirements following https://github.com/explosion/thinc/pull/499
This commit is contained in:
parent
6baab565eb
commit
06324e5a5e
|
@ -15,7 +15,7 @@ pathy>=0.3.5
|
|||
numpy>=1.15.0
|
||||
requests>=2.13.0,<3.0.0
|
||||
tqdm>=4.38.0,<5.0.0
|
||||
pydantic>=1.7.1,<1.8.0
|
||||
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.9.0
|
||||
jinja2
|
||||
# Official Python utilities
|
||||
setuptools
|
||||
|
|
Loading…
Reference in New Issue