Skip to content

Commit c9700f1

Browse files
delsimdelsim
and
delsim
authored
Relax historical constraints and move to Python 3.10 as base version (#420)
Co-authored-by: delsim <[email protected]>
1 parent 560e3da commit c9700f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/demo/bootstrap_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import dash
2626
import dash_bootstrap_components as dbc
27-
import dash_html_components as html
27+
from dash import html
2828

2929
from django_plotly_dash import DjangoDash
3030

make_env

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77
#
88
# Default to 3.8 but allow override
9-
DEFAULT_PYTHON_VER=3.8
9+
DEFAULT_PYTHON_VER=3.10
1010
PYTHON_VER=${1:-$DEFAULT_PYTHON_VER}
1111
#
1212
python${PYTHON_VER} -m venv env

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dash>=2.0
22
plotly
33
dpd-components
44

5-
dash-bootstrap-components<1.0
5+
dash-bootstrap-components
66

77
channels<3.0
88
Django>=2.2,<4.0.0

0 commit comments

Comments
 (0)