Fix problem with uv pip install. (#19652)

This commit is contained in:
Richard Kiss
2025-05-29 09:21:46 -07:00
committed by GitHub
parent 3e199c1306
commit fdfdca64b3
+1
View File
@@ -146,3 +146,4 @@ build-backend = "poetry_dynamic_versioning.backend"
name = "chia-blockchain"
# This has to match the poetry python entry above
requires-python = ">=3.9, <4"
dynamic = ["version"]