Skip to content

Commit

Permalink
Merge pull request #6 from dwave-examples/fix/missing-requirement
Browse files Browse the repository at this point in the history
Add missing plotly requirement
  • Loading branch information
k8culver authored Dec 4, 2024
2 parents ce316a8 + bd1e5bc commit 1119c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/generate_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1119c94

Please sign in to comment.