File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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.09
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 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 8686 - name : Install python requirements
8787 shell : bash
8888 run : |
89- 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
89+ 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 cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
9090 # The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9191 if [ "$(uname -m)" == "x86_64" ]; then
9292 # Stim is not currently available on manylinux ARM wheels, so only
You can’t perform that action at this time.
0 commit comments