pnnl-predictive-phenomics / emll

GNU General Public License v2.0
4 stars 0 forks source link

Pin pytensor version #14

Closed mcnaughtonadm closed 2 months ago

mcnaughtonadm commented 2 months ago

Addresses #13

Pinning a stable version of PyMC that works with emll. Newer versions of PyMC rely on newer versions of PyTensor that introduce incompatibilities.

We pin pymc==5.9.2 in the setup.cfg, until we can debug the compatibility issues with newer versions of PyTensor.

djinnome commented 2 months ago

Will pinning the pymc version ensure the pytensor is the right version too?