probability icon indicating copy to clipboard operation
probability copied to clipboard

Is tensorflow-probability part of the "Scientific Python Ecosystem"

Open NeilGirdhar opened this issue 5 years ago • 0 comments

Is tensorflow-probability part of the "Scientific Python Ecosystem". If so, then would it make sense to follow NEP 29, which suggests that by now we should drop:

  • numpy < 1.21 and
  • Python < 3.9?

The motivation for this is to make it easier to make changes without having to worry about breaking support for outdated versions. In particular, I had to check that https://github.com/tensorflow/probability/pull/1245 wouldn't break old versions of numpy.

I'm not sure, but this could be as easy as updating setup.py?

NeilGirdhar avatar Feb 22 '21 23:02 NeilGirdhar