Open
Description
Networkx main has dropped support for Python3.8 and 3.9. We should consider following the Scientific-Python's community spec: networkx/networkx#7028
Reasoning:
This makes it very hard to support both dowhy and networkx related features using Python packaging like poetry because:
python>=3.8, <3.12 is incompatible with python>=3.10, <3.12
Networkx is core for graph-related functionality in pywhy-graphs too, so tight-integration with networkx:main is desirable. Moreover dowhy relies on graph-related functionality since it is a package for graph-based causal inference tasks.
For that matter, major SciPython package like numpy and scipy have dropped support for Python3.8
Metadata
Metadata
Assignees
Labels
No labels