Skip to content

Commit

Permalink
Update min_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jul 7, 2023
1 parent 12333cd commit 84bff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial/00_Setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"import datashader as ds, bokeh, holoviews as hv, panel as pn # noqa\n",
"from packaging.version import Version\n",
"\n",
"min_versions = dict(ds='0.15.0', bokeh='3.1.1', hv='1.16.2', pn='1.1.1')\n",
"min_versions = dict(ds='0.15.1', bokeh='3.2.0', hv='1.16.2', pn='1.2.0')\n",
"\n",
"for lib, ver in min_versions.items():\n",
" v = globals()[lib].__version__\n",
Expand Down

0 comments on commit 84bff57

Please sign in to comment.