Skip to content

Commit

Permalink
Merge pull request #331 from QuantEcon/remove_matplotlib
Browse files Browse the repository at this point in the history
Remove matplotlib from config files
  • Loading branch information
jstac authored Aug 25, 2017
2 parents db11d67 + efb0664 commit 5095334
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ before_install:
#- sudo ln -s /run/shm /dev/shm

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy matplotlib nose pandas pip sympy pytables statsmodels numba
- conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy nose pandas pip sympy pytables statsmodels numba
# To Install Full Anaconda Stack (conda install --yes python=$TRAVIS_PYTHON_VERSION anaconda)
- pip install coveralls coverage
- python setup.py install
- cp quantecon/tests/matplotlibrc .

script:
- nosetests --with-coverage --cover-package=quantecon --exclude=models #quantecon.models excluded from tests to prevent triggering the ImportWarning
Expand Down
2 changes: 0 additions & 2 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ numpydoc

scipy

matplotlib

pandas

statsmodels
Expand Down
2 changes: 0 additions & 2 deletions quantecon/arma.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,3 @@ def simulation(self, ts_length=90):
vals = dlsim(sys, u)[1]

return vals.flatten()


2 changes: 0 additions & 2 deletions quantecon/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ requirements:
# - numpy
# - scipy
# - pandas
# - matplotlib

run:
- python
- numpy
- scipy
- pandas
- matplotlib

test:
# Python imports
Expand Down
2 changes: 0 additions & 2 deletions quantecon/tests/matplotlibrc

This file was deleted.

1 change: 0 additions & 1 deletion rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
- numpy
- numpydoc
- scipy
- matplotlib
- pandas
- statsmodels
- sympy
Expand Down

0 comments on commit 5095334

Please sign in to comment.