File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 47
47
* Fixed missing type information marker file 'py.typed'.
48
48
* Depends on ` apache-beam[gcp]>=2.32,<3 ` .
49
49
* Depends on ` google-cloud-bigquery>=1.28.0,<3 ` .
50
+ * Depends on ` google-cloud-aiplatform>=0.5.0,<=1.4.3 ` .
50
51
* Depends on ` jinja2>=2.7.3,<4 ` , i.e. now supports Jinja 3.x.
51
52
* Depends on ` keras-tuner>=1.0.4,<2 ` .
52
53
* Depends on ` kfp>=1.6.1,!=1.7.2,<1.8.2 ` in \[ kfp\] extra.
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def make_required_install_packages():
76
76
'apache-beam[gcp]>=2.32,<3' ,
77
77
'attrs>=19.3.0,<21' ,
78
78
'click>=7,<8' ,
79
- 'google-cloud-aiplatform>=0.5.0,<0.8 ' ,
79
+ 'google-cloud-aiplatform>=0.5.0,<=1.4.3 ' ,
80
80
'google-cloud-bigquery>=2.26.0,<3' ,
81
81
'grpcio>=1.28.1,<2' ,
82
82
'keras-tuner>=1.0.4,<2' ,
You can’t perform that action at this time.
0 commit comments