Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
fix python 2 requirements and manifest (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Dec 19, 2018
1 parent aa03ac4 commit 945153c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include runtime-requirements.txt
include requirements.txt
include LICENSE
7 changes: 3 additions & 4 deletions dev_tools/python2.7-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ pandas
scipy
typing~=3.6

# NOTE: switch to explicit versions when releasing! Last explicit versions were:
cirq~=0.4.0.dev
# openfermion==0.8.1
git+git://github.com/quantumlib/openfermion#egg=openfermion
# NOTE: switch to non-dev versions when releasing!
cirq==0.4.0
openfermion==0.9.0

# Note: if you want to install cirq from github master HEAD, use dev_tools/pip-install-cirq-python2-from-head.sh

0 comments on commit 945153c

Please sign in to comment.