Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Exploration] Removing autograd from list of mandatory dependencies #6721

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albi3ro
Copy link
Contributor

@albi3ro albi3ro commented Dec 13, 2024

Context:

We are wanting to downgrade the priority given autograd, given the package is no longer maintained and has fewer features than the other interfaces. One way to do this is by making autograd an optional dependency, that must be installed by the user.

Description of the Change:

This prototype creates a version of pennylane where autograd is no longer a mandatory dependency. The version right now is rather rough and clunky, but we are able to use pennylane without autograd being installed.

Benefits:

Possible Drawbacks:

Making the CI work might be a nightmare. Actually, it will very likely be nightmare.

Related GitHub Issues:

Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant