|
|
|
|
|
|
|
|
|
|
internal static class PythonTrainerVersions |
|
|
|
{ |
|
|
|
// The python package version must be >= s_MinSupportedPythonPackageVersion
|
|
|
|
// and <= s_MaxSupportedPythonPackageVersion.
|
|
|
|
// The python package version must be >= s_MinSupportedVersion
|
|
|
|
// and <= s_MaxSupportedVersion.
|
|
|
|
internal static Version s_MinSupportedVersion = new Version("0.16.1"); |
|
|
|
internal static Version s_MaxSupportedVersion = new Version("0.20.0"); |
|
|
|
} |