Skip to content

Commit

Permalink
Pin matplotlib version until I can upgrade to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Aug 30, 2018
1 parent 1194fe3 commit cf2060c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ install:
- conda create -q -n test-environment -c pytorch -c hcc -c conda-forge python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.19 cython pytorch=0.4 torchvision libsndfile=1.0.28 libsamplerate=0.1.8 libflac=1.3.1 libogg=1.3.2
- sudo ldconfig /opt/conda/lib
- source activate test-environment
- pip install --upgrade pip
- python setup.py install
- pip install coveralls
- ls /usr/lib/x86_64-linux-gnu/libsndfile.*
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ certifi==2017.7.27.1
requests
tornado==4.5.3
pysoundfile
matplotlib
matplotlib==1.5.0
intervaltree
numpy==1.12.1
scipy==0.19
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
'requests',
'tornado==4.5.3',
'pysoundfile',
'matplotlib',
'matplotlib==1.5.0',
'argparse',
'intervaltree',
'ujson',
Expand Down

0 comments on commit cf2060c

Please sign in to comment.