BioinfoMachineLearning / DIPS-Plus

The Enhanced Database of Interacting Protein Structures for Interface Prediction
https://zenodo.org/record/5134732
GNU General Public License v3.0
46 stars 8 forks source link

fix pip dependency syntax #10

Closed qazwsxal closed 2 years ago

qazwsxal commented 2 years ago

Recent changes to pip in 21.2.1 have made the file:requirements.txt syntax in environment.yml no longer work and resolving dependencies fail. Fortunately it's a one line fix.

https://stackoverflow.com/questions/68571543/using-a-pip-requirements-file-in-a-conda-yml-file-throws-attributeerror-fileno

amorehead commented 2 years ago

@qazwsxal, thank you very much for catching this recent change to pip!