This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
other:uvcdat:cdat_conda:cdat_2_12 [2017/09/11 08:42] jypeter [Cloning uvcdat to add specific packages for LSCE] Added a perm check step |
other:uvcdat:cdat_conda:cdat_2_12 [2017/09/19 14:17] (current) jypeter What was changed here? Maybe the part about downgrading numpy? |
||
---|---|---|---|
Line 120: | Line 120: | ||
174M /home/share/unix_files/cdat/miniconda2/envs/cdatm16/share/uvcdat/sample_data | 174M /home/share/unix_files/cdat/miniconda2/envs/cdatm16/share/uvcdat/sample_data | ||
</code> | </code> | ||
+ | |||
+ | ==== Downgrading numpy ==== | ||
+ | |||
+ | |||
+ | <code>bash-4.1$ conda install -n cdatm16 -c conda-forge -c pcmdi -c uvcdat numpy=1.12 | ||
+ | Fetching package metadata ............... | ||
+ | Solving package specifications: . | ||
+ | |||
+ | Package plan for installation in environment /home/share/unix_files/cdat/miniconda2/envs/cdatm16: | ||
+ | |||
+ | The following NEW packages will be INSTALLED: | ||
+ | |||
+ | blas: 1.1-openblas conda-forge | ||
+ | openblas: 0.2.19-2 conda-forge | ||
+ | |||
+ | The following packages will be UPDATED: | ||
+ | |||
+ | binaryio: 2.12-np113py27h8073811_0 uvcdat --> 2.12-np112py27h5813a3b_0 uvcdat | ||
+ | cdms2: 2.12-np113py27_0 conda-forge --> 2.12-np112py27_0 conda-forge | ||
+ | cdtime: 2.12-np113py27_2 conda-forge --> 2.12-np112py27_2 conda-forge | ||
+ | cssgrid: 2.12-np113py27h3898552_0 uvcdat --> 2.12-np112py27hf1c8260_0 uvcdat | ||
+ | dsgrid: 2.12-np113py27h9d524be_0 uvcdat --> 2.12-np112py27h822527b_0 uvcdat | ||
+ | genutil: 2.12-np113py27_0 conda-forge --> 2.12-np112py27_0 conda-forge | ||
+ | lmoments: 2.12-np113py27h5574120_0 uvcdat --> 2.12-np112py27h665d648_0 uvcdat | ||
+ | matplotlib: 1.5.3-np113py27_8 conda-forge --> 2.0.0-np112py27_2 conda-forge | ||
+ | natgrid: 2.12-np113py27h481ab8b_0 uvcdat --> 2.12-np112py27h569c149_0 uvcdat | ||
+ | ort: 2.12-np113py27hd89025a_0 uvcdat --> 2.12-np112py27h964b06a_0 uvcdat | ||
+ | regridpack: 2.12-np113py27hf1cacc0_0 uvcdat --> 2.12-np112py27h6a169cd_0 uvcdat | ||
+ | scikit-learn: 0.19.0-np113py27_0 --> 0.19.0-py27_blas_openblas_201 conda-forge [blas_openblas] | ||
+ | scipy: 0.19.1-np113py27_0 --> 0.19.1-py27_blas_openblas_202 conda-forge [blas_openblas] | ||
+ | shgrid: 2.12-np113py27h2504d4d_0 uvcdat --> 2.12-np112py27h6f2dc27_0 uvcdat | ||
+ | trends: 2.12-np113py27hedb240a_0 uvcdat --> 2.12-np112py27he3ac0c2_0 uvcdat | ||
+ | uvcmetrics: 2.2.1-np113py27h151233a_0 uvcdat --> 2.2.1-np112py27_0 uvcdat | ||
+ | zonalmeans: 2.12-np113py27h96f9f80_0 uvcdat --> 2.12-np112py27hbce4e2c_0 uvcdat | ||
+ | |||
+ | The following packages will be SUPERCEDED by a higher-priority channel: | ||
+ | |||
+ | numpy: 1.13.1-py27_0 --> 1.12.1-py27_blas_openblas_200 conda-forge [blas_openblas] | ||
+ | |||
+ | Proceed ([y]/n)?</code> | ||
+ | |||