Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncrubin committed Jun 22, 2018
1 parent 71041d7 commit 886c9e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@ scipy>=0.18.0
numpy>=1.11.0
openfermion>=0.1
pyquil>=1.4.0
quantum-grove>=1.6.0
git+git://github.com/rigetticomputing/grove.git#egg=grove
future
pip

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
'numpy >= 1.11.0',
'openfermion >= 0.1',
'pyquil >= 1.1.0',
'quantum-grove >= 1.6.0'
'quantum-grove >= 1.6.0',
'future'
],
packages=find_packages(exclude=["tests"])
Expand Down

0 comments on commit 886c9e0

Please sign in to comment.