Skip to content

Commit 0fef951

Browse files
Bump pyarrow from 11.0.0 to 14.0.1 in /pgml-extension
Bumps [pyarrow](https://github.com/apache/arrow) from 11.0.0 to 14.0.1. - [Commits](apache/arrow@go/v11.0.0...go/v14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc5392b commit 0fef951

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pgml-extension/requirements.linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ portalocker==2.8.2
7979
protobuf==4.25.1
8080
psutil==5.9.7
8181
py-cpuinfo==9.0.0
82-
pyarrow==11.0.0
82+
pyarrow==14.0.1
8383
pyarrow-hotfix==0.6
8484
pydantic==2.5.2
8585
pydantic_core==2.14.5

pgml-extension/requirements.macos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ portalocker==2.8.2
6262
protobuf==4.25.1
6363
psutil==5.9.7
6464
py-cpuinfo==9.0.0
65-
pyarrow==11.0.0
65+
pyarrow==14.0.1
6666
pyarrow-hotfix==0.6
6767
pydantic==2.5.2
6868
pydantic_core==2.14.5

pgml-extension/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# virtualenv -p python3.11 pgml-venv
1313

1414
# These packages are specifically locked to avoid known bugs
15-
pyarrow==11.0.0 # newer versions cause Postgres segfaults on OOM
15+
pyarrow==14.0.1 # newer versions cause Postgres segfaults on OOM
1616

1717
# ML
1818
catboost

0 commit comments

Comments
 (0)