Skip to content

Commit 5a5824b

Browse files
Add build-dependencies to pyproject.toml
Added build-dependencies section for setuptools, cython, and compilers.
1 parent 7e0af25 commit 5a5824b

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
@@ -38,6 +38,11 @@ setuptools = ">=61.0"
3838
cython = ">=3.0.0"
3939
compilers = "*" # Linux ortamında Cython kodunu derlemek için GCC/Clang kurar
4040

41+
[tool.pixi.package.build-dependencies]
42+
setuptools = ">=61.0"
43+
cython = ">=3.0.0"
44+
compilers = "*"
45+
4146
[project.optional-dependencies]
4247
test = ["pytest", "pytest-cov", "pytest-mock", "ruff", "numpy", "matplotlib", "scipy", "scikit-learn", "sympy", "pillow", "requests"]
4348

0 commit comments

Comments
 (0)