tensorflow / ranking

Learning to Rank in TensorFlow
Apache License 2.0
2.74k stars 477 forks source link

"Pip install tensorflow_ranking" updates tensorflow version #326

Open dandanmylady opened 2 years ago

dandanmylady commented 2 years ago

Hi , it seems that install tensorflow_ranking always updates the tensorflow version to latest. is it neccessary? or did i missunderstand anything?

I used NVidia docker container to train the model. It comes with tensorflow 2.8.0. When I install tf-ranking on it, it upgrade the tensorflow version to tf 2.9.x. to setup tensorflow env with cuda is so complicated to me. and i'm worried whether this kind of update may break anything. Did i just overthinking about it?

shMotaharpour commented 1 year ago

It’s strange that it downloads the latest version (2.12). Then it downloads and installs version 2.11 again!