Skip to content

Commit

Permalink
Fix RTD by making pytables optional in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Sep 14, 2015
1 parent 400607a commit fa66726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"numexpr >= 2.3.1",
"pandas >= 0.16.0",
"pyyaml >= 3.11",
"tables >= 3.2.0", # Requires cython to build
# Removed tables from required dependencies here because it causes
# readthedocs builds to fail
# "tables >= 3.2.0", # Requires cython to build
"click >= 3.3"
],
entry_points={
Expand Down

0 comments on commit fa66726

Please sign in to comment.