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

MNT: Diverging software requirements in setup.cfg and requirements*.txt #345

Open
adswa opened this issue Feb 28, 2023 · 0 comments
Open

Comments

@adswa
Copy link
Member

adswa commented Feb 28, 2023

There are two places that define software requirements in metalad: Two requirements*.txt files and setup.cfg.

I found the following issues:

  • The information in setup.cfg and requirements*.txt diverges. E.g., on maint_04 setup.cfg requires datalad-metadata-model >=0.3.10 but requirements.txt (AND requirements-devel.txt) require datalad-metadata-model >=0.3.6

  • requirements.txt and requirements-devel.txt have partially overlapping contents. requirements-devel.txt does not only contain devel-only requirements, and requirements.txt likewise contains development requirements (e.g., the entire Sphinx machinery).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant