Skip to content

Commit

Permalink
use daops/clisops with regrid
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 16, 2023
1 parent 0ef0983 commit 42f6f28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ channels:
- defaults
dependencies:
- pip
- python>=3.8
- python>=3.9
- pywps>=4.5.2,<4.7
- jinja2
- click
- psutil
- requests
# daops
- cftime>=1.2.1
- xarray>=0.21
- xarray >=0.21,<2023.3.0 # https://github.com/pydata/xarray/issues/7794
- xesmf >=0.8.2
- cf_xarray>=0.7
- dask>=2021.12
- netcdf4>=1.4
- bottleneck>=1.3.1,<1.4
- daops>=0.8.1,<0.9
- clisops>=0.9.6,<0.11
#- daops>=0.9.0,<0.10
#- clisops>=0.12.0,<0.13
- roocs-utils>=0.6.4,<0.7
# workflow
- networkx
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ jinja2
click
psutil
# daops
daops>=0.8.1,<0.9
clisops>=0.9.6,<0.11
# daops>=0.8.1,<0.10
daops @ git+https://github.com/roocs/daops.git@regrid-main-ce#egg=daops
# clisops>=0.9.6,<0.12
# clisops @ git+https://github.com/roocs/clisops.git@regrid-main#egg=clisops
roocs-utils>=0.6.4,<0.7
xarray>=0.21
cf-xarray>=0.7
Expand Down

0 comments on commit 42f6f28

Please sign in to comment.