Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have requirements.txt track development environment #277

Open
EvanKirshenbaum opened this issue Jan 30, 2024 · 1 comment
Open

Have requirements.txt track development environment #277

EvanKirshenbaum opened this issue Jan 30, 2024 · 1 comment
Labels
3 medium Issue of medium importance status: perennial Issue always present, will never be closed

Comments

@EvanKirshenbaum
Copy link

@cumbiem was running into a problem due to his version of matplotlib being older than the one I'm testing against, but satisfying the requirement in requirements.txt. Updating fixed the problem.

I should get in the habit of updating requirements.txt any time I update one of the packages specified there to ensure that I'm not using things that have come after the specified version. I'm going to flag this issue as perennial.

Migrated from internal repository. Originally created by @EvanKirshenbaum on Jun 09, 2023 at 3:01 PM PDT.
@EvanKirshenbaum EvanKirshenbaum added 3 medium Issue of medium importance status: perennial Issue always present, will never be closed labels Jan 30, 2024
@EvanKirshenbaum
Copy link
Author

This issue was referenced by the following commit before migration:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 medium Issue of medium importance status: perennial Issue always present, will never be closed
Projects
None yet
Development

No branches or pull requests

1 participant