mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Update mambaforge from 22.11.1-4 to 23.1.0-1
This commit is contained in:
@@ -117,8 +117,8 @@ def _specifier(version):
|
|||||||
None,
|
None,
|
||||||
{
|
{
|
||||||
"python": "3.10.*",
|
"python": "3.10.*",
|
||||||
"conda": "22.11.1",
|
"conda": "23.1.0",
|
||||||
"mamba": "1.1.0",
|
"mamba": "1.4.1",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
# previous install, 1.0
|
# previous install, 1.0
|
||||||
@@ -127,8 +127,8 @@ def _specifier(version):
|
|||||||
"22.11.1-4",
|
"22.11.1-4",
|
||||||
{
|
{
|
||||||
"python": "3.10.*",
|
"python": "3.10.*",
|
||||||
"conda": "22.11.1",
|
"conda": "23.1.0",
|
||||||
"mamba": "1.1.0",
|
"mamba": "1.4.1",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
# 0.2 install, no upgrade needed
|
# 0.2 install, no upgrade needed
|
||||||
@@ -149,7 +149,7 @@ def _specifier(version):
|
|||||||
"4.10.3-7",
|
"4.10.3-7",
|
||||||
{
|
{
|
||||||
"conda": "4.10.3",
|
"conda": "4.10.3",
|
||||||
"mamba": ">=1.1.0",
|
"mamba": ">=1.4.1",
|
||||||
"python": "3.9.*",
|
"python": "3.9.*",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -158,11 +158,11 @@ def ensure_usergroups():
|
|||||||
|
|
||||||
# Install mambaforge using an installer from
|
# Install mambaforge using an installer from
|
||||||
# https://github.com/conda-forge/miniforge/releases
|
# https://github.com/conda-forge/miniforge/releases
|
||||||
MAMBAFORGE_VERSION = "22.11.1-4"
|
MAMBAFORGE_VERSION = "23.1.0-1"
|
||||||
# sha256 checksums
|
# sha256 checksums
|
||||||
MAMBAFORGE_CHECKSUMS = {
|
MAMBAFORGE_CHECKSUMS = {
|
||||||
"aarch64": "96191001f27e0cc76612d4498d34f9f656d8a7dddee44617159e42558651479c",
|
"aarch64": "d9d89c9e349369702171008d9ee7c5ce80ed420e5af60bd150a3db4bf674443a",
|
||||||
"x86_64": "16c7d256de783ceeb39970e675efa4a8eb830dcbb83187f1197abfea0bf07d30",
|
"x86_64": "cfb16c47dc2d115c8b114280aa605e322173f029fdb847a45348bf4bd23c62ab",
|
||||||
}
|
}
|
||||||
|
|
||||||
# minimum versions of packages
|
# minimum versions of packages
|
||||||
|
|||||||
Reference in New Issue
Block a user