Recommended version of python packages
Source:R/install_and_config.R
get_recommended_py_versions.Rd
Returns the minimum and maximum versions of the core python packages used in aifeducation. It is recommended to use packages of these version. Packages of other versions can result in errors or unexpected results.
Value
Returns a data.frame
with the packages in the columns and the minimum and
maximum version in the rows.
See also
Other Installation and Configuration:
check_aif_py_modules()
,
install_aifeducation()
,
install_aifeducation_studio()
,
install_py_modules()
,
prepare_session()
,
set_transformers_logger()
,
update_aifeducation()