Skip to content

Commit

Permalink
limit to cdsapi>=0.7,<0.7.3 (#380)
Browse files Browse the repository at this point in the history
* limit to cdsapi>=0.7,<0.7.3

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
fneum and pre-commit-ci[bot] authored Sep 18, 2024
1 parent ffa2042 commit 93cb2a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlite/datasets/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import numpy as np
import pandas as pd
import xarray as xr
from dask.array import arctan2, sqrt
from dask import compute, delayed
from dask.array import arctan2, sqrt
from numpy import atleast_1d

from atlite.gis import maybe_swap_spatial_dims
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- yaml
- requests
- geopandas
- cdsapi
- cdsapi>=0.7,<0.7.3
- pyproj>=2.0
- rasterio!=1.2.10
- shapely
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tqdm",
"pyproj>=2",
"geopandas",
"cdsapi",
"cdsapi>=0.7,<0.7.3",
],
extras_require={
"docs": [
Expand Down

0 comments on commit 93cb2a8

Please sign in to comment.