Skip to content

Commit 9aad7c7

Browse files
Add build dependencies to pyproject.toml
Added build dependencies for setuptools, cython, and compilers.
1 parent e189727 commit 9aad7c7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ dependencies = [
3333
"requests",
3434
]
3535

36+
[package.build-dependencies]
37+
setuptools = ">=61.0"
38+
cython = ">=3.0.0"
39+
compilers = "*" # Linux ortamında Cython kodunu derlemek için GCC/Clang kurar
40+
3641
[project.optional-dependencies]
3742
test = ["pytest", "pytest-cov", "pytest-mock", "ruff", "numpy", "matplotlib", "scipy", "scikit-learn", "sympy", "pillow", "requests"]
3843

0 commit comments

Comments
 (0)