deepforge-dev / deepforge-keras

A deepforge extension providing support for neural networks using keras
Apache License 2.0
8 stars 3 forks source link

Update deepforge-extension.json to include python dependencies #163

Closed umesh-timalsina closed 4 years ago

umesh-timalsina commented 4 years ago

We should include python dependencies (along with preferred installer (conda, pip), any channels to be added etc..) in the deepforge-extension.json.

brollb commented 4 years ago

If we are centering around conda in deepforge (https://github.com/deepforge-dev/deepforge/issues/1402), it might make more sense to use conda environment files rather than specifying all these things in our own way (reinventing the wheel).

brollb commented 4 years ago

This is blocked by the method of specifying dependencies in deepforge: https://github.com/deepforge-dev/deepforge/issues/1466