File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ geojson==2.5.0
12
12
geopandas == 0.10.2
13
13
google-api-core == 2.7.1
14
14
google-auth == 2.6.2
15
- google-cloud-bigquery == 2.34.2
15
+ google-cloud-bigquery == 3.0.0
16
16
google-cloud-bigquery-storage == 2.13.0
17
17
google-cloud-core == 2.2.3
18
18
google-crc32c == 1.3.0
@@ -24,7 +24,7 @@ libcst==0.4.1
24
24
munch == 2.5.0
25
25
mypy-extensions == 0.4.3
26
26
packaging == 21.3
27
- pandas == 1.3.5 ; python_version = = = '3.7'
27
+ pandas === 1.3.5 ; python_version == '3.7'
28
28
pandas == 1.4.1 ; python_version >= '3.8'
29
29
proto-plus == 1.20.3
30
30
protobuf == 3.19.4
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ db-dtypes==1.0.0
2
2
google-cloud-bigquery-storage == 2.13.0
3
3
google-auth-oauthlib == 0.5.1
4
4
grpcio == 1.44.0
5
- ipython == 7.31.1 ; python_version = = = '3.7'
6
- ipython == 8.0.1 ; python_version = = = '3.8'
5
+ ipython === 7.31.1 ; python_version == '3.7'
6
+ ipython === 8.0.1 ; python_version == '3.8'
7
7
ipython == 8.2.0 ; python_version >= '3.9'
8
8
matplotlib == 3.5.1
9
- pandas == 1.3.5 ; python_version = = = '3.7'
9
+ pandas === 1.3.5 ; python_version == '3.7'
10
10
pandas == 1.4.1 ; python_version >= '3.8'
11
11
pyarrow == 7.0.0
12
12
pytz == 2022.1
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ db-dtypes==1.0.0
2
2
google-cloud-bigquery-storage == 2.13.0
3
3
google-auth-oauthlib == 0.5.1
4
4
grpcio == 1.44.0
5
- ipython == 7.31.1 ; python_version = = = '3.7'
6
- ipython == 8.0.1 ; python_version = = = '3.8'
5
+ ipython === 7.31.1 ; python_version == '3.7'
6
+ ipython === 8.0.1 ; python_version == '3.8'
7
7
ipython == 8.2.0 ; python_version >= '3.9'
8
8
matplotlib == 3.5.1
9
- pandas == 1.3.5 ; python_version = = = '3.7'
9
+ pandas === 1.3.5 ; python_version == '3.7'
10
10
pandas == 1.4.1 ; python_version >= '3.8'
11
11
pyarrow == 7.0.0
12
12
pytz == 2022.1
You can’t perform that action at this time.
0 commit comments