Skip to content

Commit

Permalink
Merge pull request #113 from cerfacs-globc/maint/update_requirements
Browse files Browse the repository at this point in the history
MAINT: Update dependencies versions
  • Loading branch information
bzah authored Jan 31, 2022
2 parents 0dbbbd1 + 4a83e83 commit 431be0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 6 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- xclim>=0.32
- numpy>=1.16
- xarray>=0.17
- dask>=2.6.0
- python>=3.8
- xclim>=0.33
- numpy>=1.21.1
- xarray>=0.19
- dask[array]>=2021.10.0
- netCDF4>=1.5.7
- cftime>=1.5.0
- pre-commit
- pydata-sphinx-theme
- pylint
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cftime~=1.5.0
dask[array]>=2021.10.0
netCDF4~=1.5.7
numpy~=1.21.1
pandas~=1.3.1
pytest~=6.2.4
setuptools~=49.6.0
xarray~=0.19.0
xclim~=0.30.0
xclim~=0.33.0
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
from icclim import __version__

MINIMAL_REQUIREMENTS = [
"numpy>=1.16",
"xarray>=0.17",
"xclim>=0.31",
"scipy>=1.2",
"cftime>=1.4.1",
"dask[array]>=2.6",
"numpy>=1.21.1",
"xarray>=0.19",
"xclim>=0.33",
"cftime>=1.5.0",
"dask[array]>=2021.10.0",
"netCDF4>=1.5.7",
]

Expand Down

0 comments on commit 431be0c

Please sign in to comment.