-
Notifications
You must be signed in to change notification settings - Fork 16
Tensorflow requires manual install if going via conda
#187
Conversation
@willGraham01 can we not make tensorflow optional on conda-forge without doing this? Considering TF is always required for cellfinder, it seems bit backwards to make it optional for the pip package. |
Since If so, I'll keep the README changes in this PR here but revert |
It's not great, but I think it's the best option for now. |
conda
No problem - have kept the updated README text in anticipation of the conda-forge update, but reverted the dependency changes. Once this goes in I'll upload another version (v0.4.2?) to |
Description
What is this PR
Why is this PR needed?
Moves towards resolving conda-forge/cellfinder-core-feedstock#13.
What does this PR do?
Updates the README to reflect the fact that
conda
installs will not fetchtensorflow
- the users will have to manually install this themselves.References
How has this PR been tested?
Please explain how any new code has been tested, and how you have ensured that no existing functionality has changed.
Is this a breaking change?
For
conda
users, yes. But in terms ofpip
, everything is OK as before.Does this PR require an update to the documentation?
README has been updated to reflect install instructions
Checklist: