This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Idea: Separate out dotnet into its own package #4
Closed
Description
A large part of the NimbusML package now is the dotnet runtime. This means that on every update, users of NimbusML will have to download the dotnet runtime again, which probably won't change as fast as NimbusML itself. This seems wasteful to me.
Can we instead move the dotnet runtime into its own PyPI package that NimbusML depends on? That way, users only have to download NimbusML whenever there is an update.