Update spacy-legacy dependency to 4.0.0.dev1

This release is compatible with the parser refactor backout.
This commit is contained in:
Daniël de Kok 2024-01-25 16:06:39 +01:00
parent ce9ea9629f
commit f685b99121
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Our libraries
spacy-legacy>=4.0.0.dev0,<4.1.0
spacy-legacy>=4.0.0.dev1,<4.1.0
spacy-loggers>=1.0.0,<2.0.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0

View File

@ -32,7 +32,7 @@ include_package_data = true
python_requires = >=3.8
install_requires =
# Our libraries
spacy-legacy>=4.0.0.dev0,<4.1.0
spacy-legacy>=4.0.0.dev1,<4.1.0
spacy-loggers>=1.0.0,<2.0.0
murmurhash>=0.28.0,<1.1.0
cymem>=2.0.2,<2.1.0