Skip to content

CSBDeep 0.6.3

Compare
Choose a tag to compare
@uschmidt83 uschmidt83 released this 19 Aug 21:55

Maintenance release to support TensorFlow >= 2.6.0, which (again) depends on a standalone Keras package (see release notes).

Since CSBDeep supports TensorFlow 1.x (which always needed a separate Keras package) and TensorFlow 2.x (which never required a separate Keras package until version 2.6.0), we are forced to change the installation instructions:

  • Unchanged when using TensorFlow 2.x: pip install csbdeep
  • Updated when using TensorFlow 1.x: pip install "csbdeep[tf1]"