Hey all,
lately, I have been finding that conda really wants to downgrade numpy (and scipy). Even when the package I'm installing has no dependencies on numpy or even any at all!
I thought it had something to do with "features", and may be because I'm running some environments that I built up a while a go, and have been kinda willy-nilly upgrading various bits.
But today I just created a brand new environment, with numpy, scipy, and a whol ebunch of other stuff (including ipython).
Then I tried in install jupyter, and got:
The following packages will be DOWNGRADED:
blas: 1.1-openblas conda-forge --> 1.0-mkl
numpy: 1.15.0-py27_blas_openblashd3ea46f_200 conda-forge [blas_openblas] --> 1.13.1-py27_0
scipy: 1.1.0-py27_blas_openblash7943236_201 conda-forge [blas_openblas] --> 0.19.1-np113py27_0
I really don't want to go back to numpy 1.13....
and why from openblas to mkl???
huh??
I've been getting around this by installing stuff --no-deps, but upyter DOES need a bunch of other stuff, so that's not a great option here.
what's the deal? how can I get myself a stable environment that I can add stuff to without downgrading for no good reason.
-CHB