keisen / tf-keras-vis

Neural network visualization toolkit for tf.keras
https://keisen.github.io/tf-keras-vis-docs/
MIT License
311 stars 45 forks source link

[Request] update required libraries #53

Closed keisen closed 3 years ago

keisen commented 3 years ago

By the way, in 9b3d509a5c45d3c354ed650378939589841be41b you pinned scipy==1.4.* - is that necessary? Because I am now getting

plotnine 0.8.0 requires scipy>=1.5.0, but you have scipy 1.4.1 which is incompatible.

Edit: Also, pillow==7.1.* is over a year old.

Both of these old packages are not available (prebuilt) for Python 3.9, so installing 280868e on Python 3.9 fails for me due to missing "lapack/blas resources" (when compiling scipy). See https://github.com/scipy/scipy/issues/9005#issuecomment-623528512, but I do not have admin rights on my system to install the missing libraries. Note also that TF 2.5.0rc1 will support and is prebuilt for Python 3.9.

Originally posted by @bersbersbers in https://github.com/keisen/tf-keras-vis/issues/39#issuecomment-831792710

keisen commented 3 years ago

We will do it in v0.7.0 or higher.