Skip to content

Commit

Permalink
Bumped arrow to 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 5, 2024
1 parent 661d29a commit 34155ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contrib_rerun_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# TODO(jleibs): understand why deps can't be installed in the same step as the wheel
shell: bash
run: |
pip install attrs>=23.1.0 numpy>=1.23 pillow pyarrow==14.0.0 pytest==7.1.2 torch==2.1.0 typing_extensions>=4.5
pip install attrs>=23.1.0 numpy>=1.23 pillow pyarrow==14.0.1 pytest==7.1.2 torch==2.1.0 typing_extensions>=4.5
- name: Get version
id: get-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_run_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# TODO(jleibs): pull these deps from pyproject.toml
shell: bash
run: |
pip install deprecated numpy>=1.23 pillow>=9.5.0 pyarrow==14.0.0 pytest==7.1.2
pip install deprecated numpy>=1.23 pillow>=9.5.0 pyarrow==14.0.1 pytest==7.1.2
- name: Install downloaded wheel_artifact
# Now install the wheel using a specific version and --no-index to guarantee we get the version from
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
# TODO(jleibs): understand why deps can't be installed in the same step as the wheel
shell: bash
run: |
pip install attrs>=23.1.0 numpy>=1.23 pillow pyarrow==14.0.0 pytest==7.1.2 torch==2.1.0 typing_extensions>=4.5
pip install attrs>=23.1.0 numpy>=1.23 pillow pyarrow==14.0.1 pytest==7.1.2 torch==2.1.0 typing_extensions>=4.5
- name: Get version
id: get-version
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ just = ">=1.15.0"
maturin = ">=0.14,<0.15"
mypy = "1.4.1"
pip = ">=23"
pyarrow = "14.0.0"
pyarrow = "14.0.1"
pytest = ">=7"
python = ">=3.8,<3.12"
ruff = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"attrs>=23.1.0",
"numpy>=1.23",
"pillow", # Used for JPEG encoding
"pyarrow==14.0.0",
"pyarrow==14.0.1",
"typing_extensions>=4.5", # Used for PEP-702 deprecated decorator
]
description = "The Rerun Logging SDK"
Expand Down

0 comments on commit 34155ae

Please sign in to comment.