|
@@ -69,8 +69,62 @@ modextrapaths = {
|
|
|
postinstallcmds = [
|
|
|
"cd %(installdir)s && " +
|
|
|
'pip install setuptools --upgrade && ' +
|
|
|
- 'pip install olefile Pillow pyproj pyshp chardet urllib3 --install-option "--prefix=%(installdir)s" '
|
|
|
- #'pip install olefile Pillow pyproj pyshp chardet urllib3 certifi requests OWSLib netCDF4 geoval cdo Shapely dask astropy oktopus bs4 tqdm cf-units cftime pyugrid cycler singledispatch backports_abc tornado toolz patsy statsmodels nc-time-axis yamale psutil bcrypt cffi cryptography Cython decorator mpi4py numpy pandas pbr pycparser scipy six virtualenv xlrd affine atomicwrites boto3 botocore click click-plugins cligj cloudpickle configobj docutils fiona geopandas jmespath more-itertools motionless munch networkx pathlib2 pluggy py pytest python-utils rasterio s3transfer scandir snuggs xarray py-expression-eval PyWavelets attrs progressbar2 scikit-image PyNaCl descartes graphviz wcwidth Bottleneck pickleshare simplegeneric prompt_toolkit Pygments ptyprocess pexpect typelib testpath parso jedi backcall scikit-learn ldap3 skills XlsxWriter retrying pyrsistent jsonschema plotly-charts SkillMetrics rpy2 --install-option "--prefix=%(installdir)s" '
|
|
|
+ 'pip install olefile Pillow pyproj pyshp chardet urllib3 --install-option "--prefix=%(installdir)s" && ' +
|
|
|
+ 'pip install OWSLib ' +
|
|
|
+ 'netCDF4 ' +
|
|
|
+ #'Shapely ' +
|
|
|
+ #'dask ' +
|
|
|
+ #'astropy ' +
|
|
|
+ #'tqdm ' +
|
|
|
+ #'cf-units ' +
|
|
|
+ #'cftime ' +
|
|
|
+ #'singledispatch ' +
|
|
|
+ #'backports_abc ' +
|
|
|
+ #'tornado ' +
|
|
|
+ #'toolz ' +
|
|
|
+ #'patsy ' +
|
|
|
+ #'statsmodels ' +
|
|
|
+ #'nc-time-axis ' +
|
|
|
+ #'yamale ' +
|
|
|
+ #'affine ' +
|
|
|
+ #'boto3 ' +
|
|
|
+ #'botocore ' +
|
|
|
+ #'click-plugins ' +
|
|
|
+ #'cligj ' +
|
|
|
+ #'cloudpickle ' +
|
|
|
+ #'fiona ' +
|
|
|
+ #'geopandas ' +
|
|
|
+ #'jmespath ' +
|
|
|
+ #'munch ' +
|
|
|
+ #'networkx ' +
|
|
|
+ #'python-utils ' +
|
|
|
+ #'rasterio ' +
|
|
|
+ #'s3transfer ' +
|
|
|
+ #'snuggs ' +
|
|
|
+ #'xarray ' +
|
|
|
+ #'PyWavelets ' +
|
|
|
+ #'progressbar2 ' +
|
|
|
+ #'scikit-image ' +
|
|
|
+ #'descartes ' +
|
|
|
+ #'graphviz ' +
|
|
|
+ #'Bottleneck ' +
|
|
|
+ #'pickleshare ' +
|
|
|
+ #'prompt_toolkit ' +
|
|
|
+ #'ptyprocess ' +
|
|
|
+ #'pexpect ' +
|
|
|
+ #'typelib ' +
|
|
|
+ #'testpath ' +
|
|
|
+ #'parso ' +
|
|
|
+ #'jedi ' +
|
|
|
+ #'scikit-learn ' +
|
|
|
+ #'ldap3 ' +
|
|
|
+ #'skills ' +
|
|
|
+ #'XlsxWriter ' +
|
|
|
+ #'pyrsistent ' +
|
|
|
+ #'jsonschema ' +
|
|
|
+ #'plotly-charts ' +
|
|
|
+ #'rpy2 ' +
|
|
|
+ '--install-option "--prefix=%(installdir)s" '
|
|
|
]
|
|
|
|
|
|
moduleclass = 'numlib'
|