Skip to content

Commit

Permalink
RTD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 20, 2015
1 parent 258925a commit 72d7d41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/source/readthedocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ def __getattr__(cls, name):
#'numpy', 'numpy.random',
#'scipy', 'scipy.stats', 'scipy.optimize', 'scipy.special',
#'scipy.ndimage', 'scipy.interpolate',
#'matplotlib', 'matplotlib.pyplot', 'matplotlib.mlab',
#'matplotlib.patches', 'matplotlib.collections',
'builtins',
'matplotlib', 'matplotlib.pyplot', 'matplotlib.mlab',
'matplotlib.patches', 'matplotlib.collections',
'mpl_toolkits.axes_grid1', 'lmfit',
'PySide','PySide.QtCore','PySide.QtGui',
'tables', 'pandas',
]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.5
scipy>=0.13
sphinxcontrib-napoleon==0.2.11
lmfit==0.8.1
numpy>=1.6
matplotlib>=1.3
seaborn
lmfit

0 comments on commit 72d7d41

Please sign in to comment.