File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "cudaq": {
33 "repository": "NVIDIA/cuda-quantum",
4- "ref": "ed24b0f34fad6260ba0f23adc0bbda809a23caba "
4+ "ref": "7781a8c856b84d5d7714a66ce6a26e4dc804830e "
55 }
66}
Original file line number Diff line number Diff line change 9292 LD_LIBRARY_PATH : ${{ env.MPI_PATH }}/lib:${{ env.LD_LIBRARY_PATH }}
9393 shell : bash
9494 run : |
95- pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} torch lightning ml_collections mpi4py transformers quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.06
95+ pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} torch lightning ml_collections mpi4py transformers quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
9696 # The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9797 if [ "$(uname -m)" == "x86_64" ]; then
9898 # Stim is not currently available on manylinux ARM wheels, so only
Original file line number Diff line number Diff line change 8585 - name : Install python requirements
8686 shell : bash
8787 run : |
88- pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.06
88+ pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
8989 # The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9090 if [ "$(uname -m)" == "x86_64" ]; then
9191 # Stim is not currently available on manylinux ARM wheels, so only
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ tensor_network_decoder = [
5555 " quimb" ,
5656 " opt_einsum" ,
5757 " torch" ,
58- " cuquantum-python-cu12==25.06 "
58+ " cuquantum-python-cu12==25.09 "
5959]
You can’t perform that action at this time.
0 commit comments