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

Relax constraints on install requirements #264

Open
mwatts15 opened this issue Apr 24, 2022 · 1 comment
Open

Relax constraints on install requirements #264

mwatts15 opened this issue Apr 24, 2022 · 1 comment

Comments

@mwatts15
Copy link
Contributor

The install_requires field in setup.cfg contains several constraints on the versions of packages which specify specific versions of each of the packages. Likely, neuronunit would work with other versions of these, or at least enough of the package would work to be useful. For the sake of downstream users of the library it would be good if the package was less strict about its requirements so that dependency resolution (e.g., with pip) doesn't run into conflicts. It's still possible to keep the constraints available in a constraints file.

@rgerkin
Copy link
Contributor

rgerkin commented Apr 27, 2022

If you contribute a PR with new, more relaxed constraints, I'd be happy to merge it and update the version.

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

2 participants