Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyarrow from 12.0.0 to 14.0.1 in /dungeon_driver/requirements #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dungeon_driver/requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests
python-dotenv
pandas~=2.0.0
pyarrow==12.0.0
pyarrow==14.0.1
loguru
httpx
anyio
Expand Down
21 changes: 11 additions & 10 deletions dungeon_driver/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ annotated-types==0.5.0
# via pydantic
anyio==3.7.1
# via
# -r requirements/requirements.in
# -r requirements.in
# httpcore
# starlette
async-timeout==4.0.3
Expand Down Expand Up @@ -61,7 +61,7 @@ fsspec==2023.6.0
# gradio-client
# huggingface-hub
gradio==3.40.1
# via -r requirements/requirements.in
# via -r requirements.in
gradio-client==0.4.0
# via gradio
h11==0.14.0
Expand All @@ -72,7 +72,7 @@ httpcore==0.17.3
# via httpx
httpx==0.24.1
# via
# -r requirements/requirements.in
# -r requirements.in
# gradio
# gradio-client
huggingface-hub==0.16.4
Expand All @@ -92,7 +92,7 @@ jinja2==3.1.2
# altair
# gradio
jsonlines==3.1.0
# via -r requirements/requirements.in
# via -r requirements.in
jsonschema==4.19.0
# via altair
jsonschema-specifications==2023.7.1
Expand All @@ -102,10 +102,11 @@ kiwisolver==1.4.4
linkify-it-py==2.0.2
# via markdown-it-py
loguru==0.7.0
# via -r requirements/requirements.in
# via -r requirements.in
markdown-it-py[linkify]==2.2.0
# via
# gradio
# markdown-it-py
# mdit-py-plugins
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -139,15 +140,15 @@ packaging==23.1
# matplotlib
pandas==2.0.3
# via
# -r requirements/requirements.in
# -r requirements.in
# altair
# gradio
pillow==10.0.0
# via
# gradio
# matplotlib
pyarrow==12.0.0
# via -r requirements/requirements.in
pyarrow==14.0.1
# via -r requirements.in
pydantic==2.2.1
# via
# fastapi
Expand All @@ -163,7 +164,7 @@ python-dateutil==2.8.2
# matplotlib
# pandas
python-dotenv==1.0.0
# via -r requirements/requirements.in
# via -r requirements.in
python-multipart==0.0.6
# via gradio
pytz==2023.3
Expand All @@ -178,7 +179,7 @@ referencing==0.30.2
# jsonschema-specifications
requests==2.31.0
# via
# -r requirements/requirements.in
# -r requirements.in
# gradio
# gradio-client
# huggingface-hub
Expand Down