Skip to content

Commit

Permalink
Add bokeh package to conda.recipe/meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jun 14, 2017
1 parent 0c8bbda commit b598355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Expand Up @@ -14,13 +14,15 @@ requirements:
- numba
- toolz
- six
- bokeh >=0.12.3
run:
- python
- numpy >=1.12.1
- pandas >=0.20.1
- numba
- toolz
- six
- bokeh >=0.12.3

test:
commands:
Expand Down
7 changes: 2 additions & 5 deletions taxcalc/utils.py
Expand Up @@ -16,11 +16,8 @@
import six
import numpy as np
import pandas as pd
try:
import bokeh.io as bio
import bokeh.plotting as bp
except ImportError:
pass
import bokeh.io as bio
import bokeh.plotting as bp
from taxcalc.utilsprvt import (weighted_count_lt_zero,
weighted_count_gt_zero,
weighted_count, weighted_mean,
Expand Down

0 comments on commit b598355

Please sign in to comment.