py-why / dowhy

DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
https://www.pywhy.org/dowhy
MIT License
7.01k stars 922 forks source link

Unpin scikit-learn #960

Closed Zethson closed 1 year ago

Zethson commented 1 year ago

Unpins scikit-learn from <1.2.0. I don't know why it was ever pinned.

Zethson commented 1 year ago

A single test apparently fails. This can probably be fixed. I won't be available for the next month so feel free to have a go at it if you want...

bloebp commented 1 year ago

I removed autogluon as optional dependency and updated the other dependencies as well: https://github.com/py-why/dowhy/pull/963

Let me know if this solves the issue.

Zethson commented 1 year ago

@bloebp yes, this will be great! Closing mine in favor of yours.