mirror of https://github.com/explosion/spaCy.git
Change order of requirements [ci skip]
This commit is contained in:
parent
3139b020b5
commit
e4f8bed3d2
|
@ -1,4 +1,3 @@
|
|||
cython>=0.25
|
||||
numpy>=1.15.0
|
||||
cymem>=2.0.2,<2.1.0
|
||||
preshed>=2.0.1,<2.1.0
|
||||
|
@ -15,6 +14,7 @@ jsonschema>=2.6.0,<3.0.0
|
|||
wasabi>=0.0.8,<1.1.0
|
||||
pathlib==1.0.1; python_version < "3.4"
|
||||
# Development dependencies
|
||||
cython>=0.25
|
||||
pytest>=4.0.0,<5.0.0
|
||||
pytest-timeout>=1.3.0,<2.0.0
|
||||
mock>=2.0.0,<3.0.0
|
||||
|
|
Loading…
Reference in New Issue