Skip to content

Commit

Permalink
Downgrade matplotlib (#97)
Browse files Browse the repository at this point in the history
Avoid errors from ``matplotlib.use('agg', warn=False)``
  • Loading branch information
lilyminium authored Jul 29, 2020
1 parent e9bdb25 commit eaf39ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
- SPHINX_DIR=doc/
- HTML_DIR=doc/build/html
- PYTHON_VERSION=3.6
- CONDA_DEPENDENCIES="jupyter_contrib_nbextensions nglview sphinx ipywidgets MDAnalysis MDAnalysisTests plotly"
- CONDA_DEPENDENCIES="jupyter_contrib_nbextensions nglview sphinx ipywidgets matplotlib==3.2.2 MDAnalysis MDAnalysisTests plotly"
- CONDA_CHANNELS='defaults conda-forge plotly'
- PIP_DEPENDENCIES="sphinx_rtd_theme sphinx-sitemap nbsphinx ipython tabulate sphinxcontrib-bibtex pybtex msmb_theme==1.2.0"
- CYTHON_TRACE_NOGIL=1
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- ipywidgets
- ipython
- jupyter_contrib_nbextensions
- matplotlib==3.2.2
- mdanalysis
- MDAnalysisTests
- nbsphinx
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ipython==7.14.0
ipywidgets==7.5.1
jupyter-contrib-nbextensions
matplotlib==3.2.2
MDAnalysis==1.0.0
MDAnalysisTests==1.0.0
msmb_theme==1.2.0
Expand Down

0 comments on commit eaf39ff

Please sign in to comment.