Moved to piwheels and 3.11
This commit is contained in:
@@ -3,7 +3,7 @@ name = "plotcctv"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.11,<3.12"
|
||||
dependencies = [
|
||||
"gpiozero>=2.0.1.post3",
|
||||
"numpy>=2.5.1",
|
||||
@@ -11,6 +11,10 @@ dependencies = [
|
||||
"pyudev>=0.24.4",
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "piwheels"
|
||||
url = "https://www.piwheels.org/simple"
|
||||
|
||||
[tool.uv]
|
||||
concurrent-builds = 1
|
||||
concurrent-installs = 1
|
||||
|
||||
Reference in New Issue
Block a user