mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
python311Packages.coffea: 2023.10.0.rc1 -> 2023.12.0
https://github.com/CoffeaTeam/coffea/releases/tag/v2023.12.0
This commit is contained in:
parent
7c5af496aa
commit
094fc98a4c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user