Skip to content

Commit

Permalink
Require panel 0.7.0a9
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 17, 2019
1 parent 54a0c14 commit 4e9abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

# IPython Notebook + pandas + matplotlib + bokeh
extras_require['recommended'] = extras_require['notebook'] + [
'pandas', 'matplotlib>=2.1', 'bokeh>=1.1.0,<2.0.0', 'panel>=0.7.0a8']
'pandas', 'matplotlib>=2.1', 'bokeh>=1.1.0,<2.0.0', 'panel>=0.7.0a9']

# Requirements to run all examples
extras_require['examples'] = extras_require['recommended'] + [
Expand Down

0 comments on commit 4e9abcb

Please sign in to comment.