1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

Bump panel version to avoid warnings

This commit is contained in:
Philipp Rudiger
2022-04-26 17:10:30 +02:00
parent c212d4c687
commit ebfbc4dece
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<py-env>
- bokeh
- numpy
- panel
- panel==0.13.1a2
</py-env>
<h1>Panel Example</h1>
<div id="myplot"></div>

View File

@@ -46,7 +46,7 @@
- bokeh
- numpy
- pandas
- panel==0.13.1a1
- panel==0.13.1a2
</py-env>
<div class="container-fluid d-flex flex-column vh-100 overflow-hidden" id="container">

View File

@@ -47,7 +47,7 @@
- numpy
- pandas
- scikit-learn
- panel
- panel==0.13.1a2
- altair
</py-env>