Skip to content

Commit 8dfa033

Browse files
authored
Update bokeh dependency to 3.* (#189)
1 parent 09dd880 commit 8dfa033

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff 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.*

jupyter_bokeh/nbextension/index.js.LICENSE.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
@@ -20,7 +20,7 @@
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
/*! *****************************************************************************

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
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,

0 commit comments

Comments
 (0)