Commit 0c9d2b67 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python310Packages.coffea: 2023.7.0.rc0 -> 2023.10.0.rc1

parent 366f7811
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 = [