You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all packages get installed in a bulk operation. This is not always necessary and there is a need for specific workflows to be accessible on an optional basis.
A way to solve this could be build targets that install a set of packages when executed. These packes must be added to:
paket.references
paket.dependencies
CSBScaffold.fsx this is the crucial part. Dependencies must be referenced in the correct order in this file. One way to ensure this could be the dependency tree built by paket itself, but im not sure how to correcty access that.
Ideas for bulk packages:
Machine learning: CNTK, ML.NET and dependencies. These are rather large packages and not needed for unrelated workflows
Type providers: R, Python, maybe more i cant think of currently
The text was updated successfully, but these errors were encountered:
Currently, all packages get installed in a bulk operation. This is not always necessary and there is a need for specific workflows to be accessible on an optional basis.
A way to solve this could be build targets that install a set of packages when executed. These packes must be added to:
Ideas for bulk packages:
Machine learning: CNTK, ML.NET and dependencies. These are rather large packages and not needed for unrelated workflows
Type providers: R, Python, maybe more i cant think of currently
The text was updated successfully, but these errors were encountered: