Bug Report
Installing/resolving the CodeEntropy environment fails because the requested numba version range appears invalid or unavailable.
To Reproduce
YAML configuration
dependencies:
CLI command used
conda env create -f environment.yml
Actual output
Could not solve for environment specs
The following package could not be installed
└─ numba >=0.65.0,<0.7 * does not exist (perhaps a typo or a missing channel).
Expected output
The environment should resolve and install successfully, or the dependency constraint for numba should point to a valid, available version range.
Environment and Versions
- Operating System: Ubuntu 22.04
- CodeEntropy Version: 2.0.0
- Python Version: 3.14
Screenshots or Logs
Could not solve for environment specs
The following package could not be installed
└─ numba >=0.65.0,<0.7 * does not exist (perhaps a typo or a missing channel).
Bug Report
Installing/resolving the CodeEntropy environment fails because the requested
numbaversion range appears invalid or unavailable.To Reproduce
YAML configuration
dependencies:
CLI command used
conda env create -f environment.yml
Actual output
Could not solve for environment specs
The following package could not be installed
└─ numba >=0.65.0,<0.7 * does not exist (perhaps a typo or a missing channel).
Expected output
The environment should resolve and install successfully, or the dependency constraint for
numbashould point to a valid, available version range.Environment and Versions
Screenshots or Logs
Could not solve for environment specs
The following package could not be installed
└─ numba >=0.65.0,<0.7 * does not exist (perhaps a typo or a missing channel).