Snowpark ML Library Updates

Ordinarily, you update your installed snowflake-ml-python package using conda (or pip). However, if you want to install the latest version as soon as it's available, perhaps for an important bug fix, you can obtain it directly from our GitHub-based Conda channel instead of waiting for the package to be released in the public channel. Install the update from the GitHub-based channel with the following command:

conda install \
    -c https://raw.githubusercontent.com/snowflakedb/snowflake-ml-python/conda/releases/ \
    -c https://repo.anaconda.com/pkgs/snowflake \
    --override-channels \
    snowflake-ml-python