uv config for build wheel package

add clean and fclean method to Makefile
This commit is contained in:
2026-04-01 14:31:11 +02:00
parent 40e25757c7
commit 843fe5f80c
7 changed files with 25 additions and 12 deletions
Generated
+1 -1
View File
@@ -9,7 +9,7 @@ resolution-markers = [
[[package]]
name = "a-maze-ing"
version = "0.1.0"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
{ name = "numpy", version = "2.4.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },