mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-19 12:40:22 +08:00
Clean up required versions
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ before_install:
|
|||||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
|
- if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
|
||||||
travis_retry sudo apt-get install python-scipy python-matplotlib;
|
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/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
|
fi
|
||||||
|
|
||||||
- travis_retry pip install -r requirements.txt $WHEELHOUSE;
|
- travis_retry pip install -r requirements.txt $WHEELHOUSE;
|
||||||
|
|||||||
+4
-4
@@ -2,7 +2,7 @@ Build Requirements
|
|||||||
------------------
|
------------------
|
||||||
* `Python >= 2.6 <http://python.org>`__
|
* `Python >= 2.6 <http://python.org>`__
|
||||||
* `Numpy >= 1.6 <http://numpy.scipy.org/>`__
|
* `Numpy >= 1.6 <http://numpy.scipy.org/>`__
|
||||||
* `Cython >= 0.19 <http://www.cython.org/>`__
|
* `Cython >= 0.19.2 <http://www.cython.org/>`__
|
||||||
* `Six >=1.3 <https://pypi.python.org/pypi/six>`__
|
* `Six >=1.3 <https://pypi.python.org/pypi/six>`__
|
||||||
|
|
||||||
You can use pip to automatically install the base dependencies as follows::
|
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
|
Runtime requirements
|
||||||
--------------------
|
--------------------
|
||||||
* `SciPy >= 0.9 <http://scipy.org>`__
|
* `SciPy <http://scipy.org>`__
|
||||||
* `Matplotlib >= 1.2 <http://matplotlib.sf.net>`__
|
* `Matplotlib <http://matplotlib.sf.net>`__
|
||||||
* `NetworkX >= 1.8 <https://networkx.github.io>`__
|
* `NetworkX <https://networkx.github.io>`__
|
||||||
* `Pillow <https://pypi.python.org/pypi/Pillow>`__
|
* `Pillow <https://pypi.python.org/pypi/Pillow>`__
|
||||||
(or `PIL <http://www.pythonware.com/products/pil/>`__)
|
(or `PIL <http://www.pythonware.com/products/pil/>`__)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,5 +3,5 @@ matplotlib>=1.1.1
|
|||||||
numpy>=1.6.1
|
numpy>=1.6.1
|
||||||
scipy>=0.9
|
scipy>=0.9
|
||||||
six>=1.3
|
six>=1.3
|
||||||
networkx>=1.6
|
networkx>=1.8
|
||||||
pillow>=1.1.7
|
pillow>=1.1.7
|
||||||
|
|||||||
Reference in New Issue
Block a user