Open rasbt opened 2 years ago
It would be nice to have a --check_latest flag that checks if the latest packages are installed. For example
--check_latest
%watermark --packages numpy numpy: 1.22.1 (version 1.22.4 is available)
This could be build based on the dependency checker package's is_latest_version feature (https://github.com/muellerzr/dependency_checker)
is_latest_version
It would be nice to have a
--check_latest
flag that checks if the latest packages are installed. For exampleThis could be build based on the dependency checker package's
is_latest_version
feature (https://github.com/muellerzr/dependency_checker)