I have created a conda environnmennt and then pip installed tensorflow using a pip wheel. numpy was installed by pip at same stage.
When trying to install scipy, conda wants to install numpy in parallel of pip installed numpy....?
How to make various installed be recognized by conda ?