mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Avoid requiring smart-open directly
This commit is contained in:
parent
2ff29e603a
commit
463f1c8623
|
@ -9,7 +9,6 @@ requires = [
|
|||
"thinc>=8.0.0a29,<8.0.0a40",
|
||||
"blis>=0.4.0,<0.5.0",
|
||||
"pytokenizations",
|
||||
"smart_open>=2.0.0,<3.0.0",
|
||||
"pathy"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
|
@ -16,7 +16,6 @@ requests>=2.13.0,<3.0.0
|
|||
tqdm>=4.38.0,<5.0.0
|
||||
pydantic>=1.3.0,<2.0.0
|
||||
pytokenizations
|
||||
smart_open>=2.0.0,<3.0.0
|
||||
# Official Python utilities
|
||||
setuptools
|
||||
packaging
|
||||
|
|
Loading…
Reference in New Issue
Block a user