python 3.14 is annoying about dependencies

This commit is contained in:
Anthony Samms
2025-10-27 18:49:55 -04:00
parent 3b0a6bed97
commit 0a0383f914
2 changed files with 8 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ dependencies = [
exclude = ["*.git", ".github/", ".venv/", "cache/"]
paths = ["."]
[tool.uv.sources]
raylib-sdl = { path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" }
[tool.uv]
find-links = ["raylib-sdl"]
[dependency-groups]
dev = [

12
uv.lock generated
View File

@@ -195,7 +195,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "moviepy", specifier = ">=2.1.2" },
{ name = "raylib-sdl", path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" },
{ name = "raylib-sdl", specifier = ">=5.5.0.3" },
{ name = "tomlkit", specifier = ">=0.13.3" },
]
@@ -219,17 +219,17 @@ wheels = [
[[package]]
name = "raylib-sdl"
version = "5.5.0.3"
source = { path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" }
source = { registry = "raylib-sdl" }
dependencies = [
{ name = "cffi" },
]
wheels = [
{ filename = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fdd57c75ca760ceceea12f25ae6e22df1b3f11b322257a9272bbf25dea0bac93" },
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-macosx_10_15_x86_64.whl" },
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-macosx_11_0_arm64.whl" },
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-win_amd64.whl" },
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" },
]
[package.metadata]
requires-dist = [{ name = "cffi", specifier = ">=2.0.0" }]
[[package]]
name = "ruff"
version = "0.14.2"