Skip to content

Commit b69d3e0

Browse files
committed
add tzdata for pyodide
1 parent 445ff17 commit b69d3e0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

content/python_files/direct_vs_recursive_forecasting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import numpy as np
3838
import matplotlib.pyplot as plt
3939
import pandas as pd
40+
import tzdata # noqa: F401
4041

4142
SEGMENT_LENGTH = 30
4243

content/python_files/multiple_horizons_prediction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import altair
2121
import cloudpickle
2222
import pyarrow # noqa: F401
23+
import tzdata # noqa: F401
2324

2425
from tutorial_helpers import plot_horizon_forecast
2526

content/python_files/prediction_intervals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import numpy as np
2222
import pyarrow # noqa: F401
2323
import polars as pl
24+
import tzdata # noqa: F401
2425

2526
from tutorial_helpers import (
2627
binned_coverage,

content/python_files/single_horizon_prediction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import cloudpickle
2121
import pyarrow # noqa: F401
2222
import skrub
23+
import tzdata # noqa: F401
2324
from plotly.io import write_json, read_json # noqa: F401
2425

2526
from tutorial_helpers import (

0 commit comments

Comments
 (0)