From 60db60ff9cccfd3f66d4bd92dd35002e7d84c8ea Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 20:55:35 -0500 Subject: [PATCH] Clean up required versions --- .travis.yml | 2 +- DEPENDS.txt | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6608ddad..31627b2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then travis_retry sudo apt-get install python-scipy python-matplotlib; pip install https://github.com/cython/cython/archive/0.19.2.tar.gz; - pip install https://github.com/networkx/networkx/archive/networkx-1.6.tar.gz; + pip install https://github.com/networkx/networkx/archive/networkx-1.8.tar.gz; fi - travis_retry pip install -r requirements.txt $WHEELHOUSE; diff --git a/DEPENDS.txt b/DEPENDS.txt index 0003de6b..6a6507ff 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -2,7 +2,7 @@ Build Requirements ------------------ * `Python >= 2.6 `__ * `Numpy >= 1.6 `__ -* `Cython >= 0.19 `__ +* `Cython >= 0.19.2 `__ * `Six >=1.3 `__ You can use pip to automatically install the base dependencies as follows:: @@ -11,9 +11,9 @@ You can use pip to automatically install the base dependencies as follows:: Runtime requirements -------------------- -* `SciPy >= 0.9 `__ -* `Matplotlib >= 1.2 `__ -* `NetworkX >= 1.8 `__ +* `SciPy `__ +* `Matplotlib `__ +* `NetworkX `__ * `Pillow `__ (or `PIL `__) diff --git a/requirements.txt b/requirements.txt index 6c842e53..435803b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ matplotlib>=1.1.1 numpy>=1.6.1 scipy>=0.9 six>=1.3 -networkx>=1.6 +networkx>=1.8 pillow>=1.1.7