thesofakillers / nowcastlib

🧙‍♂️🔧 Utils that can be reused and shared across and beyond the ESO Nowcast project
https://giuliostarace.com/nowcastlib
GNU General Public License v3.0
0 stars 0 forks source link

Tensorflow Compatibility #3

Closed thesofakillers closed 3 years ago

thesofakillers commented 3 years ago

tensorflow (2.6.0) depends on numpy (>=1.19.2,<1.20.0), tensorflow (>=2.6.0,<3.0.0) requires numpy (>=1.19.2,<1.20.0). nowcastlib (3.0.12) depends on numpy (>=1.20.3,<2.0.0)

So nowcastlib cannot be used with tensorflow, unless numpy is downgraded to (>=1.19.2,<1.20.0)