Ver Fonte

relax Cython requirement

0.27 was broken, but it will install the latest release anyway now.
Thomas Waldmann há 3 anos atrás
pai
commit
f930fe3f26
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools", "pkgconfig", "Cython!=0.27", "setuptools_scm[toml]>=6.2"]
+requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools_scm]