Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

What is the requirements.txt file used for? I was wondering because it seems like we (John, Kenneth, me) use conda environments for development. But I do see that requirements.txt gets updated every now and then, so I was curious if there was a use case that I was unaware of.

Reason being, there are a bunch of package imports throughout the code that aren't listed in the requirements file, but I thought I should ask about what people used it for or the reason why some packages (like numpy) are left out before I went gung-ho on adding all of them in there.

You must be logged in to vote

Replies: 1 comment

Comment options

setup.py uses requirements.txt to determine dependencies for the build hosted on pypi. If we're using numpy directly, we should probably say so. I think its missing because pandas had historically included numpy as a dependency automatically.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.