EnsemblGSOC / compara-deep-learning

Using Deep Learning techniques to enhance orthology calls
8 stars 7 forks source link

Requirements.txt doesn't have version no. of the libraries used #7

Open skat00sh opened 4 years ago

skat00sh commented 4 years ago

Hi, For libraries like tensorflow, pandas etc. it's usually really helpful to have the version no. in the requirements.txt file since the latest versions tend to give a lot of "deprecated method" warning and in some cases may generate errors for a method that was in previous versions but is not supported anymore in the latest, since lack of version no. would imply pip downloading the latest stable version.