HEPData / hepdata_lib

Library for getting your data into HEPData
https://hepdata-lib.readthedocs.io
MIT License
15 stars 37 forks source link

fix: Use valid project/version requirement specifiers #218

Closed matthewfeickert closed 1 year ago

matthewfeickert commented 1 year ago

'install_requires' must be a string or list of strings containing valid project/version requirement specifiers. Without this fix installation will fail with modern pip.


:books: Documentation preview :books:: https://hepdata-lib--218.org.readthedocs.build/en/218/

matthewfeickert commented 1 year ago

In general I would recommend against using a requirements.txt for install_requires. I don't think you get any advantage here and it leaves yourself open to various problems.

matthewfeickert commented 1 year ago

@clelange this is ready for review.