Skip to content

Commit

Permalink
Fix RXD test (#3324)
Browse files Browse the repository at this point in the history
Plotly 6 requires anywidget
  • Loading branch information
JCGoran authored Jan 30, 2025
1 parent 942642a commit df306bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
plotly
ipywidgets>=7.0.0
tenacity<8.4 # needed until plotly fixes it upstream
anywidget
1 change: 1 addition & 0 deletions docs/docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ sphinx-design
sphinx-inline-tabs
packaging==21.3
tenacity<8.4
anywidget
1 change: 1 addition & 0 deletions packaging/python/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest<=8.1.1 # potential bug from 8.2.0 due to parallelism?
pytest-cov
# for RXD test
plotly
anywidget

0 comments on commit df306bd

Please sign in to comment.