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

chore: Update pyarrow for wmg and cellguide pipelines #6923

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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 python_dependencies/cellguide_pipeline/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ coverage==7.2.7
pytest==7.4.0
pytest-subtests==0.11.0
allure-pytest==2.13.2
pyarrow==12.0.0
pyarrow==15.0.2 # another comment for testing
dask==2023.8.1
2 changes: 1 addition & 1 deletion python_dependencies/wmg/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ openai==0.27.7
pandas==2.2.1
parameterized
psutil==5.9.5
pyarrow==12.0.0
pyarrow==15.0.2 # test comment
pydantic==1.10.7
pygraphviz==1.11
PyMySQL==0.9.3
Expand Down
Loading