Commit a135b47e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pymc: relax pytensor

parent 0a8d55da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@ buildPythonPackage rec {
    versioneer
  ];

  pythonRelaxDeps = [
    "pytensor"
  ];

  dependencies = [
    arviz
    cachetools