google / qhbm-library

Quantum Hamiltonian-Based Models built on TensorFlow Quantum
https://qhbm-library.readthedocs.io/en/latest/
Apache License 2.0
40 stars 15 forks source link

Update TF, TFP, and TFQ versions #152

Closed zaqqwerty closed 2 years ago

zaqqwerty commented 2 years ago

TFQ 0.5.1 -> 0.6.0.dev20220125, TF 2.4.1 -> 2.7.0, TFP 0.12.0 -> 0.15.0

Running into some annoying bugs tackling #136, so I wanted to see if updating libraries might help. Also removed Python 3.6 (due to end of life) and added Python 3.9 compatibility (since the TFQ nightly build supports TF 2.7.0, and that supports 3.9). Part of #144, that will be closed when TFQ 0.6.0 is out of nightly.