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

@@ -10,7 +10,6 @@ jinja2-fragments==0.3.0
Werkzeug==2.2.2 Werkzeug==2.2.2
numpy==1.19.5 numpy==1.19.5
python-dotenv==1.0.1 python-dotenv==1.0.1
plotly==5.24.1
wtforms==3.2.1 wtforms==3.2.1
flask-wtf==1.2.2 flask-wtf==1.2.2
Flask-Login==0.6.3 Flask-Login==0.6.3

View File

@@ -2,8 +2,7 @@ import colorsys
from datetime import datetime, date, timedelta from datetime import datetime, date, timedelta
import numpy as np 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 import math
from decimal import Decimal from decimal import Decimal