bbalasub1 / glmnet_python

GNU General Public License v3.0
199 stars 94 forks source link

Compatibility with Scipy 1.9.0+ #64

Open stevemandala opened 1 year ago

stevemandala commented 1 year ago

glmnet_python seems to work on top of scipy<=1.8.1. However, since version 1.9.0, scipy has deprecated & removed several libraries such as scipy.random() in favor of numpy.random() (full release notes here). Unfortunately, this not only blocks compatibility with later version of scipy, but also blocks support for Python 3.11, which only supports scipy 1.9.0+ (see https://github.com/facebookresearch/balance/issues/19)