PennyLaneAI / catalyst

A JIT compiler for hybrid quantum programs in PennyLane
https://docs.pennylane.ai/projects/catalyst
Apache License 2.0
122 stars 27 forks source link

Bump Lightning and PennyLane minimum versions (v0.37) #905

Closed rauletorresc closed 1 month ago

github-actions[bot] commented 1 month ago

Hello. You may have forgotten to update the changelog! Please edit doc/changelog.md on your branch with:

erick-xanadu commented 1 month ago

@rauletorresc you should also install pennylane before installing Catalyst

erick-xanadu commented 1 month ago
   - name: Install Catalyst
      run: |
        python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --extra-index-url https://test.pypi.org/simple

Here, I think you need to use --no-deps to install catalyst without dependencies and then you can install pennylane from RC here. Or the other way around. Install pennylane RC before hitting this line.