Loading pkgs/development/python-modules/coffea/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -31,20 +31,20 @@ buildPythonPackage rec { pname = "coffea"; version = "2023.7.0.rc0"; version = "2023.10.0.rc1"; pyproject = true; src = fetchFromGitHub { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; hash = "sha256-WIJw5NLVN6TrG/0mySqtlqvoNVinmpcWZchSqiNjQ9Q="; hash = "sha256-1mfTuZDfkD0NjcmSoXN3BLC5o+dWvw+r65ukZTZf8j4="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "numba>=0.57.0" "numba" \ --replace "numpy>=1.22.0,<1.25" "numpy" --replace "numba>=0.58.0" "numba" \ --replace "numpy>=1.22.0,<1.26" "numpy" ''; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/coffea/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -31,20 +31,20 @@ buildPythonPackage rec { pname = "coffea"; version = "2023.7.0.rc0"; version = "2023.10.0.rc1"; pyproject = true; src = fetchFromGitHub { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; hash = "sha256-WIJw5NLVN6TrG/0mySqtlqvoNVinmpcWZchSqiNjQ9Q="; hash = "sha256-1mfTuZDfkD0NjcmSoXN3BLC5o+dWvw+r65ukZTZf8j4="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "numba>=0.57.0" "numba" \ --replace "numpy>=1.22.0,<1.25" "numpy" --replace "numba>=0.58.0" "numba" \ --replace "numpy>=1.22.0,<1.26" "numpy" ''; nativeBuildInputs = [ Loading