You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metadata of tensorflow-ranking package require tensorflow <2.16.0
The METADATA published to PyPI as part of the package it impossible to install tensorflow-ranking package alongside tensorflow==2.16.X or tensorflow==2.17.X or future versions of tensorflow==2.XX.YY.
Commands that I ran on my Macbook to get METADATA:
The metadata of
tensorflow-ranking
package require tensorflow <2.16.0The METADATA published to PyPI as part of the package it impossible to install
tensorflow-ranking
package alongsidetensorflow==2.16.X
ortensorflow==2.17.X
or future versions oftensorflow==2.XX.YY
.Commands that I ran on my Macbook to get METADATA:
pip install tensorflow-ranking==0.5.5 cat ~/.pyenv/versions/tensorflow-notebook/lib/python3.9/site-packages/tensorflow_ranking-0.5.5.dist-info/METADATA
Here is the
METADATA
When using
poetry
, it is impossible to installtensorflow==2.17.0
andtensorflow-ranking==0.5.5
at the same time.The text was updated successfully, but these errors were encountered: