mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 05:37:03 +03:00
20b63943f5
* Adjust to new `Schedule` class and pass scores to `Optimizer` Requires https://github.com/explosion/thinc/pull/804 * Bump minimum Thinc requirement to 9.0.0.dev1
12 lines
255 B
TOML
12 lines
255 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools",
|
|
"cython>=0.25,<3.0",
|
|
"cymem>=2.0.2,<2.1.0",
|
|
"preshed>=3.0.2,<3.1.0",
|
|
"murmurhash>=0.28.0,<1.1.0",
|
|
"thinc>=9.0.0.dev1,<9.1.0",
|
|
"numpy>=1.15.0",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|