-
Notifications
You must be signed in to change notification settings - Fork 40
/
ci3.8.yml
42 lines (42 loc) · 1001 Bytes
/
ci3.8.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: weather-tools
channels:
- conda-forge
- defaults
dependencies:
- python=3.8.13
- apache-beam=2.40.0
- pytest=7.2.0
- pytest-subtests=0.8.0
- cfgrib=0.9.10.2
- dask=2022.10.0
- dataclasses=0.8
- distributed=2022.10.0
- eccodes=2.27.0
- requests=2.28.1
- netcdf4=1.6.1
- rioxarray=0.13.4
- xarray-beam=0.6.2
- ecmwf-api-client=1.6.3
- fsspec=2022.11.0
- gcsfs=2022.11.0
- gdal=3.5.1
- pyproj=3.4.0
- geojson=2.5.0=py_0
- simplejson=3.17.6
- metview-batch=5.17.0
- numpy=1.22.4
- pandas=1.5.1
- pip=22.3
- pygrib=2.1.4
- xarray==2023.1.0
- ruff==0.1.2
- google-cloud-sdk=410.0.0
- aria2=1.36.0
- zarr=2.15.0
- pip:
- cython==0.29.34
- earthengine-api==0.1.329
- git+https://github.com/dabhicusp/cdsapi-beta-google-weather-tools.git@master#egg=cdsapi # TODO([#474](https://github.com/google/weather-tools/issues/474)): Compatible cdsapi with weather-dl.
- google-cloud-monitoring
- pyparsing==3.1.4
- .[test]