Upgrade deps, require Python 3.13

Upgrade Bokeh
This commit is contained in:
Aarni Koskela
2026-03-12 10:45:50 +02:00
parent 1d14bfe765
commit 1ee8f0d5de
4 changed files with 338 additions and 202 deletions

View File

@@ -36,7 +36,7 @@ def plot_kokemus_tulot(df: DataFrame):
plot.add_tools(get_df_hover_tool(df))
plot.xaxis.axis_label = "Työkokemus (v)"
set_yaxis_cash(plot)
plot.circle(
plot.scatter(
x=TYOKOKEMUS_COL,
y=VUOSITULOT_COL,
source=source,