From e054d78f5f5d1dfc18fda30aa6a32ac10d167765 Mon Sep 17 00:00:00 2001 From: ferres Date: Thu, 29 May 2025 02:27:05 +0300 Subject: [PATCH] python3Packages.pytensor: fix build dependency --- pkgs/development/python-modules/pytensor/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index 0fefe2c61c32..77edafdd0351 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -5,6 +5,7 @@ fetchFromGitHub, # build-system + setuptools, cython, versioneer, @@ -46,6 +47,7 @@ buildPythonPackage rec { }; build-system = [ + setuptools cython versioneer ];