Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
rtd tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Mar 24, 2018
1 parent cd0c9b2 commit df370a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- astropy

dependencies:
- python=3.4
- astropy
- scipy
- matplotlib
Expand Down
1 change: 1 addition & 0 deletions docs/rtd-pip-requirements
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python=3.4
numpy >= 1.6
matplotlib
astropy >= 1.3
Expand Down
5 changes: 4 additions & 1 deletion pydis/pydis.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"""

import matplotlib
matplotlib.use('TkAgg')
# try:
# matplotlib.use('TkAgg')
# finally:
# pass
import matplotlib.pyplot as plt
import matplotlib.cm as cm
from matplotlib.widgets import Cursor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ author = Astropy Developers
author_email = [email protected]
license = MIT
url = https://github.com/jradavenport/pydis
edit_on_github = True
edit_on_github = False
github_project = jradavenport/pydis
# install_requires should be formatted as a comma-separated list, e.g.:
# install_requires = astropy, scipy, matplotlib
Expand Down

0 comments on commit df370a4

Please sign in to comment.