File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed
data-science-onramp/data-processing
geospatial-classification
timeseries-classification Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
- google-cloud-bigquery [pandas,bqstorage ]== 3.5 .0
2
- google-cloud-bigquery-storage == 2.14.0
1
+ google-cloud-bigquery [pandas,bqstorage ]== 3.9 .0
2
+ google-cloud-bigquery-storage == 2.19.1
3
3
pandas == 1.1.5 ; python_version < '3.7'
4
- pandas == 1.3.5 ; python_version > '3.6 '
5
- # pyarrow must stay under 8
6
- pyarrow == 7 .0.0
4
+ pandas == 1.3.5 ; python_version == '3.7 '
5
+ pandas == 2.0.0 ; python_version > '3.7'
6
+ pyarrow == 11 .0.0
7
7
flaky == 3.7.0
8
8
mock == 5.0.1
Original file line number Diff line number Diff line change 1
1
google-cloud-bigquery == 2.34.4
2
2
google-cloud-bigquery-storage == 2.14.0
3
3
pandas == 1.1.5 ; python_version < '3.7'
4
- pandas == 1.3.5 ; python_version > '3.6'
4
+ pandas == 1.3.5 ; python_version == '3.7'
5
+ pandas == 2.0.0 ; python_version > '3.7'
5
6
pandas-gbq == 0.17.2 ; python_version > '3.6'
6
7
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
7
8
pandas-gbq == 0.14.1 ; python_version < '3.7'
Original file line number Diff line number Diff line change 1
1
pytest==7.0.1
2
2
pandas==1.1.5; python_version < '3.7'
3
- pandas==1.3.5; python_version > '3.6'
3
+ pandas==1.3.5; python_version == '3.7'
4
+ pandas==2.0.0; python_version > '3.7'
4
5
pyarrow==6.0.1; python_version < '3.7'
5
6
pyarrow==11.0.0; python_version > '3.6'
6
7
google-cloud-bigquery==3.5.0
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ numpy==1.24.2
2
2
tensorflow == 2.11
3
3
earthengine-api == 0.1.345
4
4
google-cloud-aiplatform == 1.23.0
5
- pandas == 1.5.3
5
+ pandas == 1.1.5 ; python_version < '3.7'
6
+ pandas == 1.3.5 ; python_version == '3.7'
7
+ pandas == 2.0.0 ; python_version > '3.7'
6
8
folium == 0.14.0
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ Flask==2.2.3
2
2
apache-beam [gcp ]== 2.46.0
3
3
google-cloud-aiplatform == 1.23.0
4
4
gunicorn == 20.1.0
5
- pandas == 1.5.3
6
- tensorflow == 2.9.3
5
+ pandas == 1.1.5 ; python_version < '3.7'
6
+ pandas == 1.3.5 ; python_version == '3.7'
7
+ pandas == 2.0.0 ; python_version > '3.7'
8
+ tensorflow == 2.9.3
You can’t perform that action at this time.
0 commit comments