kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
672 stars 110 forks source link

Update Compatibility Matrix #1758

Closed ravi-kumar-pilla closed 7 months ago

ravi-kumar-pilla commented 7 months ago

Description

We have a compatibility matrix for Kedro and Kedro Viz here

Since Kedro Viz also depends on Kedro-datasets, it is worth having a compatibility matrix for kedro-Viz, kedro, kedro-datasets and python versions. This will also address https://github.com/kedro-org/kedro-viz/pull/1698#issuecomment-1938869362

Context

This will help users install a compatible version while using kedro-viz and kedro-datasets

Possible Implementation

Summarized information from pypi -

Python versions   Last Supported  
  Kedro Kedro-Viz Kedro-datasets
Python 3.6 0.17.7 4.1.1 -
Python 3.7 0.18.14 6.7.0 1.8.0
Python 3.8 Active 7.1.0 1.8.0
Python 3.9, 3.10, 3.11 Active Active Active

Possible Alternatives

TBD

Checklist