matthewfeickert / distributed-inference-with-pyhf-and-funcX

Example code for vCHEP 2021 paper "Distributed statistical inference with pyhf enabled through funcX"
MIT License
0 stars 2 forks source link

docs: Rename pyhf and funcX requirements file for clarity #10

Closed matthewfeickert closed 3 years ago

matthewfeickert commented 3 years ago

Following https://github.com/matthewfeickert/distributed-inference-with-pyhf-and-funcX/issues/5#issuecomment-841695178, rename requirements.txt to core-requirements.txt to indicate that it is not fully inclusive of dependencies, as a requirements.txt file generally is. Additionally, update this everywhere and try to give better descriptions in the docs.

* Rename requirements.txt to core-requirements.txt
   - Try to indicate that it is not fully inclusive of all dependencies
* Update README to note that core-requirements.txt provides pyhf and funcX dependencies and additional backends have their own requirements.txt files