Skip to content

Commit

Permalink
[Tidy] Add openpyxl to requirements (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca authored Oct 22, 2024
1 parent b8fc7f0 commit 3c8069f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Highlights ✨
- A bullet item for the Highlights ✨ category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Removed
- A bullet item for the Removed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Added
- A bullet item for the Added category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Changed
- A bullet item for the Changed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Deprecated
- A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Fixed
- A bullet item for the Fixed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Security
- A bullet item for the Security category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
1 change: 1 addition & 0 deletions vizro-ai/examples/dashboard_ui/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ gunicorn
vizro-ai>=0.2.1
black
jupyter
openpyxl
32 changes: 30 additions & 2 deletions vizro-ai/examples/dashboard_ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ asttokens==2.4.1
# via stack-data
async-lru==2.0.4
# via jupyterlab
async-timeout==4.0.3
# via
# aiohttp
# langchain
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -84,6 +88,12 @@ defusedxml==0.7.1
# via nbconvert
distro==1.9.0
# via openai
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via
# anyio
# ipython
executing==2.1.0
# via stack-data
fastjsonschema==2.20.0
Expand Down Expand Up @@ -121,13 +131,20 @@ idna==3.8
# requests
# yarl
importlib-metadata==8.5.0
# via dash
# via
# dash
# flask
# jupyter-client
# jupyter-lsp
# jupyterlab
# jupyterlab-server
# nbconvert
ipykernel==6.29.5
# via
# jupyter
# jupyter-console
# jupyterlab
ipython==8.27.0
ipython==8.18.1
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -276,6 +293,8 @@ openai==1.45.0
# via
# langchain-openai
# vizro-ai
openpyxl==3.1.5
# via -r requirements.in
orjson==3.10.7
# via langsmith
overrides==7.7.0
Expand Down Expand Up @@ -430,6 +449,10 @@ tiktoken==0.7.0
# via langchain-openai
tinycss2==1.3.0
# via nbconvert
tomli==2.0.1
# via
# black
# jupyterlab
tornado==6.4.1
# via
# ipykernel
Expand Down Expand Up @@ -460,8 +483,13 @@ types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.12.2
# via
# anyio
# async-lru
# black
# dash
# ipython
# langchain-core
# multidict
# openai
# pydantic
# pydantic-core
Expand Down

0 comments on commit 3c8069f

Please sign in to comment.