File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 78
78
# project-id as the gcr.io images and the service account that Composer
79
79
# uses has permission to access the Google Container Registry
80
80
# (the default service account has permission)
81
- image = 'gcr.io/gcp-runtimes/ubuntu_16_0_4 ' )
81
+ image = 'gcr.io/gcp-runtimes/ubuntu_18_0_4 ' )
82
82
# [END composer_kubernetespodoperator_minconfig]
83
83
# [START composer_kubernetespodoperator_templateconfig]
84
84
kubenetes_template_ex = kubernetes_pod_operator .KubernetesPodOperator (
Original file line number Diff line number Diff line change 1
1
apache-airflow [gcp ]== 1.10.6
2
2
kubernetes == 10.0.1
3
- scipy == 1.4.1
4
- numpy == 1.17.4
3
+ scipy == 1.4.1 ; python_version > '3.0'
4
+ scipy == 1.2.3 ; python_version < '3.0'
5
+ numpy == 1.17.4 ; python_version > '3.0'
6
+ numpy == 1.16.6 ; python_version < '3.0'
You can’t perform that action at this time.
0 commit comments