Skip to content

Commit

Permalink
Remove julia and rpy2 from docs extra requirements
Browse files Browse the repository at this point in the history
An attempt to fix an issue on Travis where rpy2 is installed with
pip (in addition to conda) and appears to be buggy.
  • Loading branch information
dnouri committed Nov 5, 2019
1 parent 336466b commit 2a03acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
]

docs_require = [
'julia',
'rpy2',
# 'julia',
# 'rpy2',
'Sphinx',
'sphinx_rtd_theme',
]
Expand Down

0 comments on commit 2a03acb

Please sign in to comment.