fabian-sp / GGLasso

A Python package for General Graphical Lasso computation
MIT License
30 stars 14 forks source link

Support more recent version of decorator #39

Closed DManowitz closed 1 year ago

DManowitz commented 1 year ago

This package has a dependency on decorator v4.4.2. However, newer versions are available, so I would like to request support for these newer versions.

fabian-sp commented 1 year ago

Hi, we fixed the decorator version as it caused an error together with networkx. But this only affects generating synthetic networks, not solving problems. So i think it is safe to manually update decorator.

However I will also test if the causing issue has been resolved in the mean time.