Fix typo in requirements section of pyproject.toml (#4081)

This commit is contained in:
Sebastian Jordan 2019-08-05 10:21:14 +02:00 committed by Ines Montani
parent 874bd8c8dd
commit 878302a55d

View File

@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools",
"wheel>0.32.0.<0.33.0",
"wheel>0.32.0,<0.33.0",
"Cython",
"cymem>=2.0.2,<2.1.0",
"preshed>=2.0.1,<2.1.0",