File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ def _specifier(version):
125
125
None ,
126
126
{
127
127
"python" : "3.12.*" ,
128
- "conda" : "24.5.0 " ,
129
- "mamba" : "1.5.8 " ,
128
+ "conda" : "24.7.1 " ,
129
+ "mamba" : "1.5.9 " ,
130
130
},
131
131
),
132
132
# previous install, 1.0
Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ def ensure_usergroups():
138
138
139
139
# Install miniforge using an installer from
140
140
# https://github.com/conda-forge/miniforge/releases
141
- MINIFORGE_VERSION = "24.5.0 -0"
141
+ MINIFORGE_VERSION = "24.7.1 -0"
142
142
# sha256 checksums
143
143
MINIFORGE_CHECKSUMS = {
144
- "aarch64" : "848f2d6917c473b1091e31a51241a7626d4dac4b90809a9b2ed937e0cea18d87 " ,
145
- "x86_64" : "a754b435830e1c038dada434873ad69a99970a4ea17a68d3bbcade0a37c8c8fb " ,
144
+ "aarch64" : "7a3372268b45679584043b4ba1e0318ee5027384a8d330f2d991b14d815d6a6d " ,
145
+ "x86_64" : "b64f77042cf8eafd31ced64f9253a74fb85db63545fe167ba5756aea0e8125be " ,
146
146
}
147
147
148
148
# minimum versions of packages
You can’t perform that action at this time.
0 commit comments