Remove plotly in attempt to fix build error

This commit is contained in:
Peter Stockings
2026-01-29 00:23:20 +11:00
parent a94271c790
commit 436eb16c32
2 changed files with 1 additions and 3 deletions

View File

@@ -2,8 +2,7 @@ import colorsys
from datetime import datetime, date, timedelta
import numpy as np
import plotly.express as px
import plotly.io as pio # Keep for now, might remove later if generate_plot is fully replaced
import math
from decimal import Decimal