Spaceflight tutorial adding kedro[pandas.CSVDataSet,pandas.ExcelDataSet]==0.17.4
See original GitHub issueDescription
When going through the tutorial, I followed the instructions on this page: https://kedro.readthedocs.io/en/stable/03_tutorial/02_tutorial_template.html. However, what ended up happening is that adding the above line to requiremenst.txt did not work as when I ran kedro build-reqs it looked in requirements.in and rebuilt requirements.txt to what it was before I made the update. Should requirements.in be updated here instead?
Context
Trying to get up to speed with kedro
Steps to Reproduce
- Replacve the line that has
kedro==0.17.4inrequirements.txtin/srcof whatever directory you choose for the spaceflight tutorial withkedro[pandas.CSVDataSet,pandas.ExcelDataSet]==0.17.4 - Run
kedro build-reqs - See that the update you made to
requirements.txtis no longer present
Expected Result
Update made to requirements.txt should not be removed.
Actual Result
Update to requirements.txt is not removed
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
kedro, version 0.17.4
Python 3.8.2
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Spaceflight tutorial adding kedro[pandas.CSVDataSet ...
Description When going through the tutorial, I followed the instructions on this page: ... Spaceflight tutorial adding kedro[pandas.
Read more >Kedro spaceflights tutorial — Kedro 0.18.4 documentation
Create a new project and install project dependencies. Configure credentials and any other sensitive/personal content, and logging. Set up the data. Add data...
Read more >Basics of Space Flight - Solar System Exploration
Basics of Space Flight is a tutorial designed primarily as a quick training guide for mission operations people. But teachers, college and high-school ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Happy to do that 😃 Will submit a PR
Ah yes you’re right - I must have run
kedro build-reqspreviously and hence the presence ofrequirements.in. Thanks for the clarification