From 1545311452d825719fc29edb8ffc79c6e31e685f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Madeira?= Date: Fri, 24 Nov 2017 18:04:39 +0000 Subject: [PATCH] Added the versions to requirements.txt. --- requirements.txt | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0637f53..63399c0 100755 --- a/requirements.txt +++ b/requirements.txt @@ -2,16 +2,15 @@ # # Run 'pip install -r requirements.txt' to install these dependencies -# These days I would just recommend a fresh install of Anaconda which comes with -# all the goodies and work within a virtual environment. - -numpy -biopython -requests -pandas -lxml -click -click_log>=0.2.0 -responses -scipy -requests_cache \ No newline at end of file +numpy>=1.13.3 +scipy>=0.19.1 +pandas>=0.20.3 +requests>=2.18.2 +requests_cache>=0.4.13 +responses>=0.8.1 +lxml>=3.7.3 +click>=6.7 +click_log>=0.2.1 +lxml>=4.1.0 +biopython>=1.68 +proteofav>=0.2.0