kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
64 stars 59 forks source link

Relax Kedro-Datasets reqs from `~=1.0.0` to `~1.0` #134

Closed deepyaman closed 1 year ago

deepyaman commented 1 year ago

Motivation and Context

Closes #127

Fixes a bug in the Spaceflights starter in the meantime; not sure why _parse_money had regex=True when replacing "$" character, because that's not reflected in the documentation/Spaceflights walkthrough.

How has this been tested?

CI

Checklist