sktime / sktime-dl

DEPRECATED, now in sktime - companion package for deep learning based on TensorFlow
BSD 3-Clause "New" or "Revised" License
596 stars 79 forks source link

change LR #116

Closed jnrusson1 closed 3 years ago

jnrusson1 commented 3 years ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Fixes previous build failure in main branch.

Does your contribution introduce a new dependency? If yes, which one?

Enforces keras version 2.5.0.rc0 and tensorflow 2.5.0. Both need to be these versions to make the keras-self-attention package work properly. Everything else should work fine with different versions of keras/tensorflow.

Any other comments?