Skip to content

Commit f4feadf

Browse files
committed
fix: update pyarrow version
1 parent cd6d303 commit f4feadf

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"distro>=1.7.0, <2",
1616
"sniffio",
1717
"pandas; python_version >= '3.7'",
18-
"pyarrow==14.0.1",
18+
"pyarrow==15.0.2",
1919
"pyyaml>=6.0",
2020
"requests_toolbelt>=1.0.0",
2121
"tqdm",

requirements-dev.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
# last locked with the following flags:
55
# pre: false
66
# features: []
7-
# all-features: true
7+
# all-features: false
88
# with-sources: false
9-
# generate-hashes: false
10-
# universal: false
119

1210
-e file:.
1311
annotated-types==0.6.0
@@ -75,7 +73,7 @@ platformdirs==3.11.0
7573
# via virtualenv
7674
pluggy==1.5.0
7775
# via pytest
78-
pyarrow==14.0.1
76+
pyarrow==15.0.2
7977
# via openlayer
8078
pydantic==2.10.3
8179
# via openlayer

requirements.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
# last locked with the following flags:
55
# pre: false
66
# features: []
7-
# all-features: true
7+
# all-features: false
88
# with-sources: false
9-
# generate-hashes: false
10-
# universal: false
119

1210
-e file:.
1311
annotated-types==0.6.0
@@ -41,7 +39,7 @@ numpy==1.26.4
4139
# via pyarrow
4240
pandas==2.2.2
4341
# via openlayer
44-
pyarrow==14.0.1
42+
pyarrow==15.0.2
4543
# via openlayer
4644
pydantic==2.10.3
4745
# via openlayer

0 commit comments

Comments
 (0)