mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 16:41:52 +08:00
Merge pull request #1841 from blink1073/fix-matplotlib-2.6
Lower required matplotlib version on 2.6 Travis test
This commit is contained in:
@@ -33,8 +33,10 @@ retry () {
|
||||
echo "cython>=0.21" >> requirements.txt
|
||||
|
||||
# require networkx 1.9.1 on 2.6, as 2.6 support was dropped in 1.10
|
||||
# require matplotlib 1.4.3 on 2.6, as 2.6 support was dropped in 1.5
|
||||
if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then
|
||||
sed -i 's/networkx.*/networkx==1.9.1/g' requirements.txt
|
||||
sed -i 's/matplotlib.*/matplotlib==1.4.3/g' requirements.txt
|
||||
fi
|
||||
|
||||
# test minimum requirements on 2.7
|
||||
|
||||
Reference in New Issue
Block a user