Skip to content

Commit

Permalink
Pin Requirements to working cirq versions (#786)
Browse files Browse the repository at this point in the history
Cirq has had a lot of movement in preparation for the 1.0 release.

OpenFermion now only works with versions of cirq <=0.14.0.  This
PR enforces python package management into the allowable cirq range.

This PR should be followed by a permenant fix for cirq 1.0
compatability.
  • Loading branch information
ncrubin authored Jul 18, 2022
1 parent 8cb9f01 commit 2133d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cirq-core>=0.12.0
cirq-google>=0.12.0
cirq-core>=0.12.0,<=0.14.0
cirq-google>=0.12.0,<=0.14.0
deprecation
h5py>=2.8
networkx
Expand Down

0 comments on commit 2133d53

Please sign in to comment.