mamba-org/boa

Compatibility with `mamba` 1.3.1

Closed this issue · 1 comments

The latest boa is restricted to libsolv <0.7.23

boa 0.14.0 pyhd8ed1ab_2
-----------------------
file name   : boa-0.14.0-pyhd8ed1ab_2.conda
name        : boa
version     : 0.14.0
build       : pyhd8ed1ab_2
build number: 2
size        : 61 KB
license     : BSD-3-Clause
subdir      : noarch
url         : https://conda.anaconda.org/conda-forge/noarch/boa-0.14.0-pyhd8ed1ab_2.conda
md5         : ce626ddaa515bdca5d4d1eecf6fdf064
timestamp   : 2023-02-04 15:54:05 UTC
constraints :
  - libsolv <0.7.23
dependencies:
  - conda-build >=3.20,<3.24
  - dataclasses
  - jinja2
  - joblib
  - json5
  - jsonschema
  - mamba >=1.0,<1.4
  - prompt_toolkit
  - python >=3.6
  - rich
  - ruamel.yaml
  - watchgod

...which prevents it being used with the latest mamba:

❯ sudo mamba install mamba=1.3.1

Looking for: ['mamba=1.3.1']

conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache

Pinned packages:
  - python 3.10.*


Could not solve for environment specs
Encountered problems while solving:
  - package libmamba-1.3.1-hcea66bb_1 requires libsolv >=0.7.23,<0.8.0a0, but none of the providers can be installed

boa =0.15.0 is released now so I'll go ahead and close this. If there are still compatibility issues with the latest versions I can always reopen