haskell
haskell copied to clipboard
Tensorflow 2.9 Compatibility
I am trying to get tensorflow bindings working in my Haskell project, that due to its complex dependencies is mainly built with Nix. In #277 I've started to write some Nix for this repo, but it seems that the 2.9 release of Tensorflow is not supported yet, correct?
What would be needed to get it compatible?
This commit switched us to TF-2.3.0. Hopefully something similar to this will get you to 2.9. If you do the upgrade, we'll merge it.
Apparently, this commit in January bumped the version to 2.10.1.