Skip to content

Commit

Permalink
Remove versions from setup.py, fix #167
Browse files Browse the repository at this point in the history
(cherry picked from commit f59f394)
  • Loading branch information
Thomas Vogt authored and schmide committed Mar 19, 2021
1 parent 088bae9 commit 26da4cc
Showing 1 changed file with 29 additions and 37 deletions.
66 changes: 29 additions & 37 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,35 @@ def package_files(directory):
packages=find_packages(where='.'),

install_requires=[
'bottleneck==1.3.2',
'cartopy==0.18.0',
'cfgrib==0.9.7.7',
'cython==0.29.21',
'dask==2.25.0',
'fiona==1.8.13.post1',
'gdal==3.0.4',
'geopandas==0.6.1',
'h5py==2.10.0',
'haversine==2.3.0',
'nbconvert==5.6.1',
'nbformat==5.0.7',
'netcdf4==1.5.4',
'numba==0.51.2',
'numpy==1.19.1',
'matplotlib==3.2.2',
'pandas==1.0.5',
'pandas-datareader==0.8.1',
'pillow==7.2.0',
'pint==0.15',
'proj==7.0.0',
'tables==3.6.1',
'rasterio==1.1.5',
'scikit-learn==0.23.2',
'statsmodels==0.11.1',
'tabulate==0.8.7',
'tqdm==4.48.2',
'xarray==0.13.0',
'xlrd==1.2.0',
'xlsxwriter==1.3.3',

'contextily==1.0.0',
'iso3166==1.0.1',
'overpy==0.4',
'pathos==0.2.6',
'pybufrkit==0.2.17',
'xmlrunner==1.7.7',
'bottleneck',
'cartopy',
'cfgrib',
'contextily',
'dask',
'geopandas',
'h5py',
'haversine',
'iso3166',
'matplotlib',
'netcdf4',
'numba',
'overpy',
'pandas',
'pandas-datareader',
'pathos',
'pillow',
'pint',
'pybufrkit',
'rasterio',
'scikit-learn',
'statsmodels',
'tables',
'tabulate',
'tqdm',
'xarray',
'xlrd',
'xlsxwriter',
'xmlrunner'
],

package_data={'': extra_files},
Expand Down

0 comments on commit 26da4cc

Please sign in to comment.