neuronunit icon indicating copy to clipboard operation
neuronunit copied to clipboard

Relax constraints on install requirements

Open mwatts15 opened this issue 3 years ago • 1 comments

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.

mwatts15 avatar Apr 24 '22 19:04 mwatts15

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

rgerkin avatar Apr 27 '22 16:04 rgerkin