File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
jupyter_bokeh/nbextension Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requirements:
2727 - nodejs >=18.0
2828 run :
2929 - python
30- - bokeh 2.4.*, 3.*
30+ - bokeh 3.*
3131 - ipywidgets 8.*
3232 run_constrained :
3333 - jupyterlab 3.*
Original file line number Diff line number Diff line change 11/*!
2- * Sizzle CSS Selector Engine v2.3.9
2+ * Sizzle CSS Selector Engine v2.3.10
33 * https://sizzlejs.com/
44 *
55 * Copyright JS Foundation and other contributors
66 * Released under the MIT license
77 * https://js.foundation/
88 *
9- * Date: 2022-12-19
9+ * Date: 2023-02-14
1010 */
1111
1212/*!
13- * jQuery JavaScript Library v3.6.3
13+ * jQuery JavaScript Library v3.6.4
1414 * https://jquery.com/
1515 *
1616 * Includes Sizzle.js
2020 * Released under the MIT license
2121 * https://jquery.org/license
2222 *
23- * Date: 2022-12-20T21 :28Z
23+ * Date: 2023-03-08T15 :28Z
2424 */
2525
2626/*! *****************************************************************************
Original file line number Diff line number Diff line change 7474 cmdclass = cmdclass ,
7575 packages = setuptools .find_packages (),
7676 install_requires = [
77- "bokeh >=2.4,<4 " ,
77+ "bokeh ==3.* " ,
7878 "ipywidgets ==8.*" ,
7979 ],
8080 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments