mirror of https://github.com/explosion/spaCy.git
Remove typing-extensions from requirements (#13516)
This commit is contained in:
parent
82fc2ecfa5
commit
a6d0fc3602
|
@ -22,7 +22,6 @@ langcodes>=3.2.0,<4.0.0
|
|||
# Official Python utilities
|
||||
setuptools
|
||||
packaging>=20.0
|
||||
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
|
||||
# Development dependencies
|
||||
pre-commit>=2.13.0
|
||||
cython>=0.25,<3.0
|
||||
|
|
Loading…
Reference in New Issue