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
Standardize module naming in requirements.txt files
Pip normalizes all package names which shouldn't have any errors when
installing packages e.g., tensorflow_hub and tensorflow-hub is treated as
the same and will install tensorflow-hub, however if users install using
'conda install' it will encounter module not found errors as conda does
not normalize module package names. This change is also to standardize
module names in requirements.txt files to be the same as the names in
pip repositories
Signed-off-by: Lim, Lukaz Wei Hwang <[email protected]>
0 commit comments