Skip to content

Compatibility with Scipy 1.9.0+ #64

@stevemandala

Description

@stevemandala

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions