Closed
Description
System information
- OS version/distro: all
- .NET Version (eg., dotnet --info): all
Issue
-
What did you do?
Install the baseMicrosoft.ML
nuget package -
What happened?
It also adds a reference toGoogle.Protobuf
-
What did you expect?
I expected that the baseMicrosoft.ML
nuget package would have minimal dependencies. From my understanding, Google.Protobuf is only used in ML.NET for the ONNX support, which isn't needed all of the time. We should move the ONNX support into a separate NuGet package that developers can opt into. That way developers who aren't using this functionality won't need to pay for this dependency.
Source code / logs
Microsoft.ML.Parquet
package.
/cc @glebuk @TomFinley