python311Packages.coffea: 2023.10.0.rc1 -> 2023.12.0

https://github.com/CoffeaTeam/coffea/releases/tag/v2023.12.0
This commit is contained in:
Gaetan Lepage 2023-12-06 23:42:31 +01:00
parent 7c5af496aa
commit 094fc98a4c

View File

@ -31,20 +31,19 @@
buildPythonPackage rec {
pname = "coffea";
version = "2023.10.0.rc1";
version = "2023.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CoffeaTeam";
repo = "coffea";
rev = "refs/tags/v${version}";
hash = "sha256-1mfTuZDfkD0NjcmSoXN3BLC5o+dWvw+r65ukZTZf8j4=";
hash = "sha256-Xlud3ibdI4UnoHe72NPc7WQojuWPpXtncENDinYgk4o=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "numba>=0.58.0" "numba" \
--replace "numpy>=1.22.0,<1.26" "numpy"
--replace "numba>=0.58.1" "numba"
'';
nativeBuildInputs = [