Skip to content
Merged
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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
# Note: google-api-core and google-auth are also included via transitive
# dependency on google-cloud-bigquery, but this library also uses them
# directly.
"google-api-core >= 2.10.2, <3.0.0dev",
"google-api-core >= 2.10.2, <3.0.0",
"google-auth >=2.13.0",
"google-auth-oauthlib >=0.7.0",
# Please also update the minimum version in pandas_gbq/features.py to
# allow pandas-gbq to detect invalid package versions at runtime.
"google-cloud-bigquery >=3.4.2,<4.0.0dev",
"google-cloud-bigquery >=3.4.2,<4.0.0",
"packaging >=22.0.0",
]
extras = {
"bqstorage": [
"google-cloud-bigquery-storage >=2.16.2, <3.0.0dev",
"google-cloud-bigquery-storage >=2.16.2, <3.0.0",
],
"tqdm": ["tqdm>=4.23.0"],
"geopandas": ["geopandas>=0.9.0", "Shapely>=1.8.4"],
Expand Down