terrier-org / pyterrier

A Python framework for performing information retrieval experiments, building on http://terrier.org/
https://pyterrier.readthedocs.io/
Mozilla Public License 2.0
419 stars 65 forks source link

Add comments to requirements.txt #465

Closed cmacdonald closed 3 months ago

cmacdonald commented 3 months ago

Trial removing jinja2 dependency (what is this used for?)

cmacdonald commented 3 months ago

This PR adds comments to requirements.txt so we know what each dependency does.

I made appropriate changes in setup.py to adequately parse said requirements.txt

Comments are allowed in requirements.txt - see https://stackoverflow.com/a/9160112