mirror of https://github.com/explosion/spaCy.git
Update srsly version pin
This commit is contained in:
parent
f37863093a
commit
ee4733b48c
|
@ -11,7 +11,7 @@ regex==2018.01.10
|
||||||
requests>=2.13.0,<3.0.0
|
requests>=2.13.0,<3.0.0
|
||||||
jsonschema>=2.6.0,<3.0.0
|
jsonschema>=2.6.0,<3.0.0
|
||||||
wasabi>=0.0.8,<1.1.0
|
wasabi>=0.0.8,<1.1.0
|
||||||
srsly>=0.0.4,<1.1.0
|
srsly>=0.0.5,<1.1.0
|
||||||
pathlib==1.0.1; python_version < "3.4"
|
pathlib==1.0.1; python_version < "3.4"
|
||||||
# Development dependencies
|
# Development dependencies
|
||||||
cython>=0.25
|
cython>=0.25
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -208,7 +208,7 @@ def setup_package():
|
||||||
"requests>=2.13.0,<3.0.0",
|
"requests>=2.13.0,<3.0.0",
|
||||||
"jsonschema>=2.6.0,<3.0.0",
|
"jsonschema>=2.6.0,<3.0.0",
|
||||||
"wasabi>=0.0.8,<1.1.0",
|
"wasabi>=0.0.8,<1.1.0",
|
||||||
"srsly>=0.0.4,<1.1.0",
|
"srsly>=0.0.5,<1.1.0",
|
||||||
'pathlib==1.0.1; python_version < "3.4"',
|
'pathlib==1.0.1; python_version < "3.4"',
|
||||||
],
|
],
|
||||||
setup_requires=["wheel"],
|
setup_requires=["wheel"],
|
||||||
|
|
Loading…
Reference in New Issue