kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
63 stars 57 forks source link

Revert changes to `test_requirements.txt` and `requirements.txt` once Kedro 0.19 releases #161

Closed SajidAlamQB closed 7 months ago

SajidAlamQB commented 8 months ago

Description

Following starters work, https://github.com/kedro-org/kedro-starters/pull/159, we switched to using the develop branch in test_requirements.txt so starters could use the new add-ons flow from kedro and unblock development. This also meant we had to update kedro-viz to work with develop so we had to point all requirments.txt from starters to the kedro-viz main repo instead of PyPi.

Once Kedro 0.19.0 and next release of Kedro-Viz is out we can revert these back to the default settings.

merelcht commented 7 months ago

Completed in #194