Skip to content

Commit

Permalink
Pin pandas version to >= 1.1.4 (#3918)
Browse files Browse the repository at this point in the history
Cirq is broken for pandas version < 1.1.4
  • Loading branch information
tanujkhattar committed Mar 16, 2021
1 parent 504d467 commit 39faafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ google-api-core[grpc] >= 1.14.0, < 2.0.0dev
matplotlib~=3.0
networkx~=2.4
numpy~=1.16
pandas
pandas >= 1.1.4
protobuf~=3.13.0
requests~=2.18
sortedcontainers~=2.0
Expand Down

0 comments on commit 39faafc

Please sign in to comment.