From 91da77298296883ba064731b7a331fa89d52de9b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 22 Jan 2026 22:52:16 +0000 Subject: [PATCH] exo: 1.0.63 -> 1.0.65 Diff: https://github.com/exo-explore/exo/compare/v1.0.63...v1.0.65 Changelog: https://github.com/exo-explore/exo/releases/tag/v1.0.65 --- pkgs/by-name/ex/exo/package.nix | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/ex/exo/package.nix b/pkgs/by-name/ex/exo/package.nix index fae8710e96ad..836ee11bda73 100644 --- a/pkgs/by-name/ex/exo/package.nix +++ b/pkgs/by-name/ex/exo/package.nix @@ -18,13 +18,13 @@ nix-update-script, }: let - version = "1.0.63"; + version = "1.0.65"; src = fetchFromGitHub { name = "exo"; owner = "exo-explore"; repo = "exo"; tag = "v${version}"; - hash = "sha256-aQ3rGLtT/zvIVdKQcwqODulzEHBKg7KMkBg3KJEscho="; + hash = "sha256-Zj174EySIILdj7+QJVT6ZGYvjO+jXHj+GizVsve2lFk="; }; pyo3-bindings = python3Packages.buildPythonPackage (finalAttrs: { @@ -71,7 +71,7 @@ let sourceRoot ; fetcherVersion = 2; - hash = "sha256-w3FZL/yy8R+SWCQF7+v21sKyizvZMmipG6IfhJeSjyQ="; + hash = "sha256-3ZgE1ysb1OeB4BNszvlrnYcc7gOo7coPfOEQmMHC6E0="; }; }); in @@ -100,15 +100,10 @@ python3Packages.buildPythonApplication (finalAttrs: { "_MemoryObjectStreamState as AnyioState," '' + lib.optionalString stdenv.hostPlatform.isDarwin '' - substituteInPlace src/exo/worker/utils/macmon.py \ + substituteInPlace src/exo/utils/info_gatherer/info_gatherer.py \ --replace-fail \ - 'path = shutil.which("macmon")' \ - 'path = "${lib.getExe macmon}"' - - substituteInPlace src/exo/worker/utils/tests/test_macmon.py \ - --replace-fail \ - 'cmd=["macmon"' \ - 'cmd=["${lib.getExe macmon}"' + 'shutil.which("macmon")' \ + '"${lib.getExe macmon}"' ''; build-system = with python3Packages; [ @@ -137,6 +132,7 @@ python3Packages.buildPythonApplication (finalAttrs: { hypercorn jinja2 loguru + mflux mlx mlx-lm nvidia-ml-py @@ -148,10 +144,12 @@ python3Packages.buildPythonApplication (finalAttrs: { psutil pydantic pyo3-bindings + python-multipart rustworkx scapy tiktoken tinygrad + tomlkit transformers uvloop ] @@ -179,6 +177,9 @@ python3Packages.buildPythonApplication (finalAttrs: { # ValueError: zip() argument 2 is longer than argument 1 "test_events_processed_in_correct_order" + + # system_profiler is not available in the sandbox + "test_tb_parsing" ]; disabledTestPaths = [