소스 검색

relax Cython requirement

0.27 was broken, but it will install the latest release anyway now.
Thomas Waldmann 3 년 전
부모
커밋
f930fe3f26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]