Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 11, 2022
1 parent 59693bb commit 157912c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 10 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
sys.path.insert(0, os.path.abspath('../../ewstools/'))


# mock import these packages because readthedocs doesn't have them installed
autodoc_mock_imports = [
'pandas',
'numpy',
'scipy',
'statsmodels',
'lmfit',
'arch',
'plotly',
]
# # mock import these packages because readthedocs doesn't have them installed
# autodoc_mock_imports = [
# 'pandas',
# 'numpy',
# 'scipy',
# 'statsmodels',
# 'lmfit',
# 'arch',
# 'plotly',
# ]



Expand Down
4 changes: 3 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ black==22.6.0
sphinx-rtd-theme==1.0.0
tensorflow==2.9.1
plotly==5.9.0
lmfit==1.0.3
lmfit==1.0.3
statsmodels==0.13.2
scipy==1.8.1

0 comments on commit 157912c

Please sign in to comment.