Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade matplotlib #97

Merged
merged 1 commit into from
Jul 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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