Skip to content

Commit

Permalink
Increase dependencies versions following available on Google Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Jan 25, 2024
1 parent 47dc28c commit a515404
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pygmtsar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
author_email='[email protected]',
license='BSD-3-Clause',
packages=['pygmtsar'],
install_requires=['xarray>=0.19.0',
'numpy>=1.22.4',
install_requires=['xarray>=2024.1.0',
'numpy>=1.26.0',
'numba',
'pandas>=1.5',
'pandas>=2.2',
'geopandas',
'distributed>=2022.11.1',
'distributed>=2024.1.0',
'dask[complete]',
'dask_image',
'joblib',
'tqdm',
'scipy>=1.9.1',
'shapely>=2.0.1',
'scipy>=1.12.0',
'shapely>=2.0.2',
'scikit-learn',
'xmltodict',
'rioxarray',
'ipywidgets',
'h5netcdf>=1.2.0',
'h5netcdf>=1.3.0',
'h5py',
'nc-time-axis',
'statsmodels>=0.13.5',
'statsmodels>=0.14.0',
'pygmt',
'remotezip',
'asf_search',
Expand Down

0 comments on commit a515404

Please sign in to comment.