CI: Require numba>=0.60 for Numpy v2 #19
Annotations
1 error and 3 warnings
build-linux
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
build-linux
/home/runner/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
build-linux
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
build-linux
LibMambaUnsatisfiableError: Encountered problems while solving:
- package numba-0.60.0-py312h526ad5a_0 requires numpy >=1.26.4,<1.27, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ numba >=0.60 is installable with the potential options
│ ├─ numba 0.60.0 would require
│ │ └─ numpy >=1.26.4,<1.27 with the potential options
│ │ ├─ numpy [1.26.4|2.0.0|2.0.1|2.1.1|2.1.3] would require
│ │ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ │ ├─ numpy [1.26.4|2.0.0|2.0.1|2.1.1|2.1.3] would require
│ │ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ │ ├─ numpy 1.26.4, which can be installed;
│ │ └─ numpy [1.26.4|2.0.0|2.0.1] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ ├─ numba 0.60.0 would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ numba 0.60.0 would require
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ └─ numba 0.60.0 would require
│ └─ python >=3.9,<3.10.0a0 , which can be installed;
├─ numpy >=2 is installable with the potential options
│ ├─ numpy [1.26.4|2.0.0|2.0.1|2.1.1|2.1.3], which can be installed (as previously explained);
│ ├─ numpy [1.26.4|2.0.0|2.0.1|2.1.1|2.1.3], which can be installed (as previously explained);
│ ├─ numpy [1.26.4|2.0.0|2.0.1], which can be installed (as previously explained);
│ ├─ numpy [2.0.0|2.0.1|2.1.1|2.1.3] conflicts with any installable versions previously reported;
│ └─ numpy 2.1.3 would require
│ └─ python >=3.13,<3.14.0a0 , which can be installed;
└─ python 3.12** is not installable because it conflicts with any installable versions previously reported.
|