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.

Home Page:https://www.pywhy.org/dowhy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support newer versions of Cython

elgalu opened this issue · comments

cython = "^0.29.32"

This dependency is quite outdated. Cython latest is 3.0.2

Good point, thanks for raising this. I have added a PR #1062 to update the dependency.