From 8c1d0bd80ba5b85f4e9431f755cd98b5505692b7 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 30 Apr 2024 23:55:35 +0200 Subject: [PATCH] python311Packages.pytensor: remove numba-scipy dependency numba-scipy was removed upstream just in time for the current release: https://github.com/pymc-devs/pytensor/pull/675 --- pkgs/development/python-modules/pytensor/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index 5b281130f309..5d997cab0044 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -60,7 +60,6 @@ buildPythonPackage rec { jax jaxlib numba - numba-scipy pytest-mock pytestCheckHook tensorflow-probability