You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 facebookresearch/balance#19)
The text was updated successfully, but these errors were encountered:
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 ofnumpy.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 facebookresearch/balance#19)The text was updated successfully, but these errors were encountered: