liesel-devs / liesel

A probabilistic programming framework
https://liesel-project.org
MIT License
40 stars 2 forks source link

Unpin pymc version #162

Open jobrachem opened 10 months ago

jobrachem commented 10 months ago

We pinned the pymc dependency to >=5.0,<=5.8.2 due to #159. Once the underlying issue is resolved, we should unpin the version.

Edit:

related issues

jobrachem commented 10 months ago

Seems to be a reticulate problem. There's now also an issue on the reticulate repo: https://github.com/rstudio/reticulate/issues/1508

jobrachem commented 8 months ago

The issue was fixed upstream in pytensor: https://github.com/pymc-devs/pytensor/commit/353c734c23982b81a700156e0d31e1d8bda351ea

With the next release, we should be able to unpin.

Edit: Here's the corresponding PR: https://github.com/pymc-devs/pytensor/pull/617