Skip to content

Commit

Permalink
Merge pull request #105 from rigetticomputing/BumpPyQuilVersion
Browse files Browse the repository at this point in the history
Adjusting PyQuil version
  • Loading branch information
jotterbach committed Nov 17, 2017
2 parents 63587ab + 89a6dcd commit 082c66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
scipy
pyquil >= 1.0.0
pyquil >= 1.3.0
mock
networkx
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires=[
'numpy',
'scipy',
'pyquil >= 1.0.0',
'pyquil >= 1.3.0',
'mock',
'networkx',
'matplotlib'
Expand Down

0 comments on commit 082c66a

Please sign in to comment.