mirror of https://github.com/explosion/spaCy.git
Merge pull request #6159 from svlandeg/fix/pydantic-pin
upgrade pydantic pin
This commit is contained in:
commit
3fa30a7f2d
|
@ -14,7 +14,7 @@ pathy
|
|||
numpy>=1.15.0
|
||||
requests>=2.13.0,<3.0.0
|
||||
tqdm>=4.38.0,<5.0.0
|
||||
pydantic>=1.3.0,<2.0.0
|
||||
pydantic>=1.5.0,<2.0.0
|
||||
pytokenizations
|
||||
# Official Python utilities
|
||||
setuptools
|
||||
|
|
Loading…
Reference in New Issue