File tree 3 files changed +6
-6
lines changed
jupyter_bokeh/nbextension
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requirements:
27
27
- nodejs >=18.0
28
28
run :
29
29
- python
30
- - bokeh 2.4.*, 3.*
30
+ - bokeh 3.*
31
31
- ipywidgets 8.*
32
32
run_constrained :
33
33
- jupyterlab 3.*
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Sizzle CSS Selector Engine v2.3.9
2
+ * Sizzle CSS Selector Engine v2.3.10
3
3
* https://sizzlejs.com/
4
4
*
5
5
* Copyright JS Foundation and other contributors
6
6
* Released under the MIT license
7
7
* https://js.foundation/
8
8
*
9
- * Date: 2022-12-19
9
+ * Date: 2023-02-14
10
10
*/
11
11
12
12
/*!
13
- * jQuery JavaScript Library v3.6.3
13
+ * jQuery JavaScript Library v3.6.4
14
14
* https://jquery.com/
15
15
*
16
16
* Includes Sizzle.js
20
20
* Released under the MIT license
21
21
* https://jquery.org/license
22
22
*
23
- * Date: 2022-12-20T21 :28Z
23
+ * Date: 2023-03-08T15 :28Z
24
24
*/
25
25
26
26
/*! *****************************************************************************
Original file line number Diff line number Diff line change 74
74
cmdclass = cmdclass ,
75
75
packages = setuptools .find_packages (),
76
76
install_requires = [
77
- "bokeh >=2.4,<4 " ,
77
+ "bokeh ==3.* " ,
78
78
"ipywidgets ==8.*" ,
79
79
],
80
80
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments