Trying to install via pip install supy==2026.1.28
The following error occurs due to version conflict in numpy/numba.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
numba 0.59.0 requires numpy<1.27,>=1.22, but you have numpy 2.2.6 which is incompatible.
oldest-supported-numpy 2023.12.21 requires numpy==1.26.2; python_version == "3.12", but you have numpy 2.2.6 which is incompatible.
Trying to install via
pip install supy==2026.1.28The following error occurs due to version conflict in numpy/numba.