diff --git a/environment.yml b/environment.yml index 8534ff0..c8f3359 100644 --- a/environment.yml +++ b/environment.yml @@ -3,10 +3,14 @@ channels: - conda-forge - defaults dependencies: + - aiohttp + - cftime - numpy>=1.16 - xarray>=0.15 - dask>=2.6 - - cftime + - netCDF4>=1.4 - python-dateutil>=2.8.1 - cf_xarray>=0.3.1 # Note that conda-forge package is cf_xarray (!= cf-xarray) - - netCDF4>=1.4 + - fsspec + - zarr + - zstandard diff --git a/roocs_utils/__init__.py b/roocs_utils/__init__.py index 6b5e168..50ab5a8 100644 --- a/roocs_utils/__init__.py +++ b/roocs_utils/__init__.py @@ -19,9 +19,5 @@ import os -LOG_LEVEL = "INFO" -logging.basicConfig(level=LOG_LEVEL) - - for env_var, value in CONFIG["environment"].items(): os.environ[env_var.upper()] = value