Commit aa2df583 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent e691f848
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
  minikanren,
  numpy,
  scipy,
  typing-extensions,

  # checks
  jax,
@@ -29,7 +28,7 @@

buildPythonPackage rec {
  pname = "pytensor";
  version = "2.23.0";
  version = "2.25.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -38,7 +37,7 @@ buildPythonPackage rec {
    owner = "pymc-devs";
    repo = "pytensor";
    rev = "refs/tags/rel-${version}";
    hash = "sha256-r7ooPwZSEsypYAf+oWu7leuoIK39gFfHZACrxsbcIV0=";
    hash = "sha256-Z0PQtuADqXiVnDcLoy+R5Mrg6KMGWILbLdMM5fNBqaM=";
  };

  postPatch = ''
@@ -46,6 +45,10 @@ buildPythonPackage rec {
      --replace "versioneer[toml]==0.28" "versioneer[toml]"
  '';

  pythonRelaxDeps = [
    "scipy"
  ];

  build-system = [
    cython
    versioneer
@@ -59,7 +62,6 @@ buildPythonPackage rec {
    minikanren
    numpy
    scipy
    typing-extensions
  ];

  nativeCheckInputs = [