Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing MLCube and KubeFlow runner for python 3.6. #359

Merged

Commits on Jun 20, 2024

  1. Fixing MLCube and KubeFlow runner for python 3.6.

    To use MLCube ecosystem with Python 3.6, the following is introduced in this commit:
    
    [MLCube]
    - The cookiecutter version is downgraded for python 3.6, for 3.7 and above it remains as it was before - 2.1.1.
    
    [KubeFlow runner]
    - The protobuf version is downgraded to 3.19.6 for python 3.6, for 3.7 and above it remains as it was before - 3.20.3.
    - The kfp version is downgraded to 1.8.5 for python 3.6, for 3.7 and above it remains as it was before - 1.8.22.
    sergey-serebryakov committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    df9a18a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86ed02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47ba8a2 View commit details
    Browse the repository at this point in the history