Commit 7d2ebeab authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.pymc: relax pytensor dep

parent 1775d421
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ buildPythonPackage (finalAttrs: {
    versioneer
  ];

  pythonRelaxDeps = [
    "pytensor"
  ];
  dependencies = [
    arviz
    cachetools