From 878302a55d6828f2e4fcf27994b5bdcd639bc60a Mon Sep 17 00:00:00 2001 From: Sebastian Jordan Date: Mon, 5 Aug 2019 10:21:14 +0200 Subject: [PATCH] Fix typo in requirements section of pyproject.toml (#4081) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35f3d9215..200a07a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",