Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c2de74

Browse files
deps: allow pyarrow 6.x (#1031)
* deps: allow pyarrow 6.x* dry pyarrow deps* 🦉 Updates from OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parente4c94f4 commit1c2de74

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎setup.py‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status="Development Status :: 5 - Production/Stable"
31+
pyarrow_dep= ["pyarrow >= 3.0.0, < 7.0dev"]
3132
dependencies= [
3233
"grpcio >= 1.38.1, < 2.0dev",# https://github.com/googleapis/python-bigquery/issues/695
3334
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
@@ -55,11 +56,11 @@
5556
# grpc.Channel.close() method isn't added until 1.32.0.
5657
# https://github.com/grpc/grpc/pull/15254
5758
"grpcio >= 1.38.1, < 2.0dev",
58-
"pyarrow >= 3.0.0, < 6.0dev",
59-
],
59+
]
60+
+pyarrow_dep,
6061
"geopandas": ["geopandas>=0.9.0, <1.0dev","Shapely>=1.6.0, <2.0dev"],
61-
"pandas": ["pandas>=0.23.0","pyarrow >= 3.0.0, < 6.0dev"],
62-
"bignumeric_type":["pyarrow >= 3.0.0, < 6.0dev"],
62+
"pandas": ["pandas>=0.23.0"]+pyarrow_dep,
63+
"bignumeric_type":pyarrow_dep,
6364
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],
6465
"opentelemetry": [
6566
"opentelemetry-api >= 0.11b0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp