Commit cd19866 1 parent ba35b66 commit cd19866 Copy full SHA for cd19866
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
# Note: google-api-core and google-auth are also included via transitive
31
31
# dependency on google-cloud-bigquery, but this library also uses them
32
32
# directly.
33
- "google-api-core >= 2.10.2, <3.0.0dev " ,
33
+ "google-api-core >= 2.10.2, <3.0.0 " ,
34
34
"google-auth >=2.13.0" ,
35
35
"google-auth-oauthlib >=0.7.0" ,
36
36
# Please also update the minimum version in pandas_gbq/features.py to
37
37
# allow pandas-gbq to detect invalid package versions at runtime.
38
- "google-cloud-bigquery >=3.4.2,<4.0.0dev " ,
38
+ "google-cloud-bigquery >=3.4.2,<4.0.0 " ,
39
39
"packaging >=22.0.0" ,
40
40
]
41
41
extras = {
42
42
"bqstorage" : [
43
- "google-cloud-bigquery-storage >=2.16.2, <3.0.0dev " ,
43
+ "google-cloud-bigquery-storage >=2.16.2, <3.0.0 " ,
44
44
],
45
45
"tqdm" : ["tqdm>=4.23.0" ],
46
46
"geopandas" : ["geopandas>=0.9.0" , "Shapely>=1.8.4" ],
You can’t perform that action at this time.
0 commit comments