Skip to content

Commit

Permalink
adjust requirements and versions #3
Browse files Browse the repository at this point in the history
  • Loading branch information
domeniconappo committed Dec 18, 2019
1 parent b958fcf commit f489d56
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
netCDF4
ujson
numpy>=1.16.0
scipy>=0.16.0
GDAL
numexpr>=2.4.6
eccodes-python # replacing old GRIB API

# profiling
memory_profiler
psutil

# dask packages for parallel interpolation
dask[bag]
dask[array]
toolz
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
netCDF4
ujson
numpy>=1.17
numpy>=1.16.0
scipy>=0.16.0
GDAL
memory_profiler
psutil
numexpr>=2.4.6
eccodes-python # replacing old GRIB API
# eccodes-python # replacing old GRIB API

# dask packages for parallel interpolation
dask[bag]
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ def setup_data_files(setup_args_):
setup_args_.update({'data_files': data_files})


packages_deps = ['ujson', 'numpy>1.17.0', 'scipy>=0.16', 'eccodes-python',
'numexpr>=2.4.6', 'dask[bag]', 'dask[array]', 'toolz']
packages_deps = ['ujson',
'numpy>=1.16.0', 'scipy>=0.16', 'numexpr>=2.4.6', 'netCDF4',
# 'eccodes-python',
'dask[bag]', 'dask[array]', 'toolz']

setup_args = dict(name='pyg2p',
version=__version__,
Expand Down

0 comments on commit f489d56

Please sign in to comment.