mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix typo in requirements section of pyproject.toml (#4081)
This commit is contained in:
parent
874bd8c8dd
commit
878302a55d
|
@ -1,6 +1,6 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools",
|
requires = ["setuptools",
|
||||||
"wheel>0.32.0.<0.33.0",
|
"wheel>0.32.0,<0.33.0",
|
||||||
"Cython",
|
"Cython",
|
||||||
"cymem>=2.0.2,<2.1.0",
|
"cymem>=2.0.2,<2.1.0",
|
||||||
"preshed>=2.0.1,<2.1.0",
|
"preshed>=2.0.1,<2.1.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user