Skip to content

Commit 27415b4

Browse files
Add build-dependencies section to pyproject.toml
1 parent d2ed2f2 commit 27415b4

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

51+
[tool.pixi.package.build-dependencies]
52+
setuptools = ">=61.0"
53+
cython = ">=3.0.0"
54+
compilers = "*"
55+
5156
[tool.pytest.ini_options]
5257
testpaths = ["tests"]
5358
python_files = ["test_*.py"]

0 commit comments

Comments
 (0)