10000 Bump panel version to avoid warnings · Nullinteger65/pyscript@ebfbc4d · GitHub
[go: up one dir, main page]

Skip to content

Commit ebfbc4d

Browse files
committed
Bump panel version to avoid warnings
1 parent c212d4c commit ebfbc4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyscriptjs/examples/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<py-env>
1414
- bokeh
1515
- numpy
16-
- panel
16+
- panel==0.13.1a2
1717
</py-env>
1818
<h1>Panel Example</h1>
1919
<div id="myplot"></div>

pyscriptjs/examples/panel_deckgl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- bokeh
4747
- numpy
4848
- pandas
49-
- panel==0.13.1a1
49+
- panel==0.13.1a2
5050
</py-env>
5151

5252
<div class="container-fluid d-flex flex-column vh-100 overflow-hidden" id="container">

pyscriptjs/examples/panel_kmeans.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- numpy
4848
- pandas
4949
- scikit-learn
50-
- panel
50+
- panel==0.13.1a2
5151
- altair
5252
</py-env>
5353

0 commit comments

Comments
 (0)
0