Commit f2203e8 1 parent 7305ac6 commit f2203e8 Copy full SHA for f2203e8
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ images:
73
73
casa6 :
74
74
versions :
75
75
' 6.5 ' :
76
- wheel_version : 6.5.5.20
76
+ wheel_version : 6.5.6.22
77
+ ' 6.6 ' :
78
+ wheel_version : 6.6.3.22
77
79
78
80
breizorro :
79
81
versions :
Original file line number Diff line number Diff line change 1
1
FROM {REGISTRY}/base-cult:{BUNDLE_VERSION}
2
2
3
- RUN pip install --no-cache-dir casatools=={wheel_version} casatasks=={wheel_version} casadata=={wheel_version}
3
+ RUN pip install --no-cache-dir casatools=={wheel_version} casatasks=={wheel_version} casadata
4
4
5
5
CMD /usr/bin/python3.8
6
6
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cult-cargo"
3
- version = " 0.1.2rc6 "
3
+ version = " 0.1.2rc7 "
4
4
description = " Curated cargo of standard radio astronomy packages for stimela 2.0"
5
5
authors = [" Oleg Smirnov, Sphesihle Makhathini" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments