You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pip freeze > requirements.txt the above line is lost, and may be easy to overlook when committing the new requirements.txt file.
Is the -e . important for the project to work 'correctly', in the context of a reproducible data science workflow? If so, is there another way to define the -e . flag, so that it won't be accidentally lost when freezing additional project requirements?
The text was updated successfully, but these errors were encountered:
The original requirements.txt file contains
When running
pip freeze > requirements.txt
the above line is lost, and may be easy to overlook when committing the new requirements.txt file.Is the
-e .
important for the project to work 'correctly', in the context of a reproducible data science workflow? If so, is there another way to define the-e .
flag, so that it won't be accidentally lost when freezing additional project requirements?The text was updated successfully, but these errors were encountered: