Two packages' locked versions in poetry.lock, i.e. cupy-cuda11x==11.6.0, cuquantum-python-cu11==23.10.0, are not available anymore in from pip install, as below, resulting in poetry installation failure.
$ pip install cupy-cuda11x==11.6.0
ERROR: Could not find a version that satisfies the requirement cupy-cuda11x==11.6.0 (from versions: 12.3.0, 13.0.0, 13.1.0, 13.2.0, 13.3.0)
ERROR: No matching distribution found for cupy-cuda11x==11.6.0
$ pip install cuquantum-python-cu11==23.10.0
ERROR: Ignored the following yanked versions: 0.0.1.dev0, 24.3.0.post0
ERROR: Could not find a version that satisfies the requirement cuquantum-python-cu11==23.10.0 (from versions: 24.3.0.post1, 24.8.0, 24.11.0)
ERROR: No matching distribution found for cuquantum-python-cu11==23.10.0
Need to update the versions to fix the installation failure.
Two packages' locked versions in
poetry.lock, i.e.cupy-cuda11x==11.6.0,cuquantum-python-cu11==23.10.0, are not available anymore in frompip install, as below, resulting inpoetryinstallation failure.Need to update the versions to fix the installation failure.