TL; DR;
Do not worry, your packages are not updated, only their build numbers, which should be harmless.
some explanation
The build number is updated, not the version of each installed package.
As you can see, it installs vs2010_runtime
, this is due to updating vs2010_runtime
, how its packages were created using functions. Since you have Python 3.4 (which is built using Visual Studio 2010), it installs the VS 2010 runtime. It will install the VS 2015 runtime if you install Python 3.5.
The numbers / lines of the assembly should not violate anyone, because they must be fixed during the assembly of this package (for example: you added a flag to the compilation that you were not going to).
It can be argued that conda should update packages (the same version, different build numbers) when --no-update-dependencies
present because you may encounter an incorrect installation.
source share