Skip to content
Snippets Groups Projects
Commit a5af1f29 authored by Daniel Eggert's avatar Daniel Eggert
Browse files

updated dependency handling

parent 78605a24
No related branches found
Tags v0.0.1
No related merge requests found
esgfdownload
esgf-pyclient==0.2.1 esgf-pyclient==0.2.1
MyProxyClient==2.1.0 MyProxyClient==2.1.0
netCDF4==1.5.3 netCDF4>=1.5.4
urllib3==1.25.9 urllib3>=1.25.9
xarray==0.15.1 xarray>=0.13.0
xmltodict==0.12.0 xmltodict>=0.12.0
shapely==1.7.0 shapely>=1.7.0
pyproj==2.6.1.post1 pyproj>=2.6.1.post1
dask==2.18.1 dask>=2.0.0
toolz==0.10.0 toolz>=0.10.0
...@@ -11,14 +11,18 @@ setup( ...@@ -11,14 +11,18 @@ setup(
keywords=['digital-earth', 'esgf', 'download', 'gfz', 'gerics'], keywords=['digital-earth', 'esgf', 'download', 'gfz', 'gerics'],
url='https://git.gerics.de/digital-earth/de-esgf-download', url='https://git.gerics.de/digital-earth/de-esgf-download',
install_requires=[ install_requires=[
'esgf-pyclient', 'esgf-pyclient==0.2.1',
'MyProxyClient', 'MyProxyClient==2.1.0',
'netCDF4', 'netCDF4>=1.5.4',
'urllib3', 'urllib3>=1.25.9',
'xarray', 'xarray>=0.13.0',
'xmltodict', 'xmltodict>=0.12.0',
], 'shapely>=1.7.0',
'pyproj>=2.6.1.post1',
'dask>=2.0.0',
'toolz>=0.10.0',
],
setup_requires=[ setup_requires=[
'wheel' 'wheel'
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment