quantumlib / OpenFermion

The electronic structure package for quantum computers.
Apache License 2.0
1.51k stars 372 forks source link

Use pip-compile for CI dependencies #818

Closed mpharrigan closed 1 year ago

mpharrigan commented 1 year ago
  1. factor requirements into their own, specific input deps/thing.txt files
  2. pip-compile pinned versions to thing.env.txt
  3. use pinned environments for CI
  4. drop cirq-google as a dependency since it's not a dependency.
  5. bump ci to python 3.10