Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 27, 2024
1 parent e53dd63 commit 48b1760
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/examples/dashboard_ui/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gunicorn
vizro-ai>=0.3.2
vizro==0.1.27
vizro==0.1.28
black
openpyxl
langchain_anthropic
Expand Down
2 changes: 1 addition & 1 deletion vizro-ai/examples/dashboard_ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ tzdata==2024.1
# via pandas
urllib3==2.2.3
# via requests
vizro==0.1.27
vizro==0.1.28
# via
# -r requirements.in
# vizro-ai
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/examples/dev/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is only used if you don't have hatch installed.
gunicorn
openpyxl
vizro==0.1.27
vizro==0.1.28
2 changes: 1 addition & 1 deletion vizro-core/examples/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
vizro==0.1.27
vizro==0.1.28
# via -r requirements.in
werkzeug==3.0.6
# via
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/examples/visual-vocabulary/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ autoflake==2.3.1
black==24.4.2
isort==5.13.2
plotly==5.24.1
vizro==0.1.27
vizro==0.1.28
gunicorn
2 changes: 1 addition & 1 deletion vizro-core/examples/visual-vocabulary/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
vizro==0.1.27
vizro==0.1.28
# via -r requirements.in
werkzeug==3.0.6
# via
Expand Down

0 comments on commit 48b1760

Please sign in to comment.