diff --git a/requirements.txt b/requirements.txt index 5954037..086915c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ dwave-ocean-sdk>=7.0.0 matplotlib>=3.3.4 scipy>=1.10.0 pandas==2.1.3 +plotly>=5.24.0 tabulate>=0.8.9 diff --git a/src/generate_charts.py b/src/generate_charts.py index 91ae12d..4981aa3 100644 --- a/src/generate_charts.py +++ b/src/generate_charts.py @@ -15,7 +15,7 @@ import diskcache import pandas as pd import plotly.express as px -import plotly.graph_objs as go +import plotly.graph_objects as go from dash import DiskcacheManager cache = diskcache.Cache("./cache")