PennyLaneAI / pennylane-pq

Contains the PennyLane ProjectQ plugin. This plugin provides three devices to work with PennyLane - the ProjectQ IBM device, the ProjectQ quantum simulator, and the ProjectQ classical simulator.
https://docs.pennylane.ai/projects/projectq
Apache License 2.0
16 stars 9 forks source link

Remove opening of requirements.txt from setup.py #53

Closed josh146 closed 5 years ago

josh146 commented 5 years ago

Description of the Change: Remove opening of requirements.txt from setup.py

Benefits: Avoids FileNotFoundError, as Python renames this file during packaging to requires.txt

Possible Drawbacks: n/a

Related GitHub Issues: #52