Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Idea: Separate out dotnet into its own package #4

Closed
ganik opened this issue Oct 19, 2018 · 2 comments · Fixed by #60
Closed

Idea: Separate out dotnet into its own package #4

ganik opened this issue Oct 19, 2018 · 2 comments · Fixed by #60
Labels
enhancement New feature or request

Comments

@ganik
Copy link
Member

ganik commented Oct 19, 2018

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.

@ganik ganik added the enhancement New feature or request label Oct 19, 2018
@dhirschfeld
Copy link

pip doesn't really work with non-python dependencies but this would work very well with conda imho

@ganik
Copy link
Member Author

ganik commented Nov 9, 2018

Thank you @dhirschfeld , there is a python package recently released that contains dotnetcore2 bits: https://pypi.org/project/dotnetcore2/ Ideally we would use it as a dependency

@ganik ganik closed this as completed in #60 Nov 26, 2018
ganik added a commit that referenced this issue Nov 28, 2018
pieths pushed a commit to pieths/NimbusML that referenced this issue Sep 18, 2019
Updates to the aml branch.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants