21
21
image : python-minimal
22
22
context : python-minimal
23
23
base_image : base
24
- python_version_1 : 3.13.5
24
+ python_version_1 : 3.13.7
25
25
python_version_2 : 3.12.11
26
26
secrets : inherit
27
27
python-datascience :
31
31
image : python-datascience
32
32
context : python-datascience
33
33
base_image : python-minimal
34
- python_version_1 : 3.13.5
34
+ python_version_1 : 3.13.7
35
35
python_version_2 : 3.12.11
36
36
secrets : inherit
37
37
r-minimal :
61
61
image : jupyter-python
62
62
context : jupyter
63
63
base_image : python-datascience
64
- python_version_1 : 3.13.5
64
+ python_version_1 : 3.13.7
65
65
python_version_2 : 3.12.11
66
66
secrets : inherit
67
67
vscode-python :
71
71
image : vscode-python
72
72
context : vscode
73
73
base_image : python-datascience
74
- python_version_1 : 3.13.5
74
+ python_version_1 : 3.13.7
75
75
python_version_2 : 3.12.11
76
76
secrets : inherit
77
77
pyspark :
81
81
image : pyspark
82
82
context : spark
83
83
base_image : python-minimal
84
- python_version_1 : 3.13.5
84
+ python_version_1 : 3.13.7
85
85
python_version_2 : 3.12.11
86
86
spark_version : 3.5.6
87
87
build_gpu : false
93
93
image : jupyter-pyspark
94
94
context : jupyter
95
95
base_image : pyspark
96
- python_version_1 : 3.13.5
96
+ python_version_1 : 3.13.7
97
97
python_version_2 : 3.12.11
98
98
spark_version : 3.5.6
99
99
build_gpu : false
@@ -105,7 +105,7 @@ jobs:
105
105
image : vscode-pyspark
106
106
context : vscode
107
107
base_image : pyspark
108
- python_version_1 : 3.13.5
108
+ python_version_1 : 3.13.7
109
109
python_version_2 : 3.12.11
110
110
spark_version : 3.5.6
111
111
build_gpu : false
@@ -117,7 +117,7 @@ jobs:
117
117
image : python-pytorch
118
118
context : python-pytorch
119
119
base_image : python-minimal
120
- python_version_1 : 3.13.5
120
+ python_version_1 : 3.13.7
121
121
python_version_2 : 3.12.11
122
122
secrets : inherit
123
123
jupyter-pytorch :
@@ -127,7 +127,7 @@ jobs:
127
127
image : jupyter-pytorch
128
128
context : jupyter
129
129
base_image : python-pytorch
130
- python_version_1 : 3.13.5
130
+ python_version_1 : 3.13.7
131
131
python_version_2 : 3.12.11
132
132
secrets : inherit
133
133
vscode-pytorch :
@@ -137,7 +137,7 @@ jobs:
137
137
image : vscode-pytorch
138
138
context : vscode
139
139
base_image : python-pytorch
140
- python_version_1 : 3.13.5
140
+ python_version_1 : 3.13.7
141
141
python_version_2 : 3.12.11
142
142
secrets : inherit
143
143
python-tensorflow :
@@ -147,7 +147,7 @@ jobs:
147
147
image : python-tensorflow
148
148
context : python-tensorflow
149
149
base_image : python-minimal
150
- python_version_1 : 3.12.11
150
+ python_version_1 : 3.13.7
151
151
secrets : inherit
152
152
jupyter-tensorflow :
153
153
needs : [python-tensorflow]
@@ -156,7 +156,7 @@ jobs:
156
156
image : jupyter-tensorflow
157
157
context : jupyter
158
158
base_image : python-tensorflow
159
- python_version_1 : 3.12.11
159
+ python_version_1 : 3.13.7
160
160
secrets : inherit
161
161
vscode-tensorflow :
162
162
needs : [python-tensorflow]
@@ -165,7 +165,7 @@ jobs:
165
165
image : vscode-tensorflow
166
166
context : vscode
167
167
base_image : python-tensorflow
168
- python_version_1 : 3.12.11
168
+ python_version_1 : 3.13.7
169
169
secrets : inherit
170
170
rstudio :
171
171
needs : [r-datascience]
@@ -209,7 +209,7 @@ jobs:
209
209
context : r-python-julia
210
210
base_image : r-datascience
211
211
r_version_1 : 4.5.1
212
- python_version_1 : 3.13.5
212
+ python_version_1 : 3.13.7
213
213
build_gpu : false
214
214
secrets : inherit
215
215
vscode-r-python-julia :
@@ -220,7 +220,7 @@ jobs:
220
220
context : vscode
221
221
base_image : r-python-julia
222
222
r_version_1 : 4.5.1
223
- python_version_1 : 3.13.5
223
+ python_version_1 : 3.13.7
224
224
build_gpu : false
225
225
secrets : inherit
226
226
jupyter-r-python-julia :
@@ -231,7 +231,7 @@ jobs:
231
231
context : jupyter
232
232
base_image : r-python-julia
233
233
r_version_1 : 4.5.1
234
- python_version_1 : 3.13.5
234
+ python_version_1 : 3.13.7
235
235
build_gpu : false
236
236
secrets : inherit
237
237
rstudio-r-python-julia :
@@ -242,6 +242,6 @@ jobs:
242
242
context : rstudio
243
243
base_image : r-python-julia
244
244
r_version_1 : 4.5.1
245
- python_version_1 : 3.13.5
245
+ python_version_1 : 3.13.7
246
246
build_gpu : false
247
247
secrets : inherit
0 commit comments