Re: [sympy] Using TensorFlow with SymPy

2021-07-28 Thread Oscar Benjamin
I should say that since migrating to GitHub Actions we no longer test tensorflow in CI. Someone could add that back in but I removed it because it was messing up the other dependencies in the optional dependencies job. Possibly it should have its own separate job. On Thu, 29 Jul 2021 at 01:10,

Re: [sympy] Using TensorFlow with SymPy

2021-07-28 Thread Aaron Meurer
lambdify should work with tensorflow out of the box by passing "tensorflow" as the third argument. As for limitations, I would suggest searching the issue tracker for "tensorflow" to see what issues existing users have run up against. I looked myself and the only relevant one I found is