Python 3.10 and TensorFlow > 2.7
Upgraded Python and TensorFlow version.
Added tf
and tensorflow
extra to requirements. If you intend to use
phasespace with TensorFlow in the future (and not another backend like numpy or JAX),
make sure to always install with phasespace[tf]
.
Requirement changes
- upgrade to TensorFlow >= 2.7
- Python from 3.7 to 3.10 is now supported