Skip to content

Commit 470ac4d

Browse files
nguyenvihnorton
authored andcommitted
Modify Dependency Name cython to Cython
1 parent f995abe commit 470ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://askubuntu.com/a/1407138
44
# we encounter the above error in versions of setuptools<=58.3.0
5-
requires = ["setuptools>=42,<=58.3.0", "wheel", "pybind11<2.11.0", "cython<3.0"]
5+
requires = ["setuptools>=42,<=58.3.0", "wheel", "pybind11<2.11.0", "Cython<3.0"]
66
build-backend = "setuptools.build_meta"
77

88
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)