Skip to content

Commit

Permalink
update minimum ver. of dash required (#56)
Browse files Browse the repository at this point in the history
- we want to use the new overlay_style param for a loading spinner
- https://github.com/plotly/dash/releases/tag/v2.17.0
  • Loading branch information
alyssadai authored Jun 7, 2024
1 parent 64536ef commit b6661d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dash>=2.17.0
dash[testing]
dash-mantine-components
pandas
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,22 @@ certifi==2024.2.2
# requests
# urllib3
cffi==1.16.0
# via cryptography
# via
# cryptography
# trio
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
colorama==0.4.6
# via
# click
# pytest
cryptography==42.0.5
# via
# pyopenssl
# urllib3
dash==2.16.1
dash==2.17.0
# via -r requirements.in
dash-core-components==2.0.0
# via dash
Expand Down

0 comments on commit b6661d3

Please sign in to comment.