conda-forge / keras-feedstock

A conda-smithy repository for keras.
BSD 3-Clause "New" or "Revised" License
6 stars 28 forks source link

should keras depend on tensorflow or theano #27

Closed hmaarrfk closed 8 months ago

hmaarrfk commented 6 years ago

https://github.com/conda-forge/keras-feedstock/blob/3aad1ca66149d0816981f902486dc9d3b911c118/recipe/meta.yaml#L24-L28

I feel like keras should not depend on the specific backends you choose to install or not.

The keras instructions do not specifically list any, nor are they listed in the setup.py

https://github.com/keras-team/keras/blob/master/setup.py#L35-L40

ngam commented 8 months ago

I believe this is resolved :) We still have numpy as a run dep, like upstream. Closing.