diff options
Diffstat (limited to 'Omni/Bild/Python.nix')
-rw-r--r-- | Omni/Bild/Python.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Omni/Bild/Python.nix b/Omni/Bild/Python.nix index 7ae9aa9..5d1705a 100644 --- a/Omni/Bild/Python.nix +++ b/Omni/Bild/Python.nix @@ -4,6 +4,9 @@ _self: super: { with pysuper.pkgs.python312Packages; let dontCheck = p: p.overridePythonAttrs (_: {doCheck = false;}); in { + aider-chat = pysuper.aider-chat.withOptional {withAll = false;}; + aiohttp = dontCheck pysuper.aiohttp; + anthropic = dontCheck pysuper.anthropic; anyio = dontCheck pysuper.anyio; interegular = callPackage ./Deps/interegular.nix {}; ipython = dontCheck pysuper.ipython; @@ -24,7 +27,9 @@ _self: super: { --replace-fail "0.0.0" "${version}" ''; }); + onnx = dontCheck pysuper.onnx; outlines = callPackage ./Deps/outlines.nix {}; + psycopg = dontCheck pysuper.psycopg; pydantic-ai = callPackage ./Deps/pydantic-ai.nix {}; pydantic-ai-slim = callPackage ./Deps/pydantic-ai-slim.nix {}; pydantic-graph = callPackage ./Deps/pydantic-graph.nix {}; |