From f2e1ec26e0946a9eba4ed660ce7da82923927764 Mon Sep 17 00:00:00 2001 From: Nicholas Shavers <nshavers@contractor.usgs.gov> Date: Mon, 9 Dec 2024 13:46:21 -0800 Subject: [PATCH] lint + poetry clean up --- poetry.lock | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/poetry.lock b/poetry.lock index 56e23f59..a4aac078 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,6 +153,25 @@ d = ["aiohttp (>=3.7.4)", "aiohttp (>=3.7.4,!=3.9.0)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] +[[package]] +name = "cdflib" +version = "1.3.2" +description = "A python CDF reader toolkit" +optional = false +python-versions = ">=3.8" +files = [ + {file = "cdflib-1.3.2-py3-none-any.whl", hash = "sha256:49af97acc328c586ac5b7c27fd8e67bccf24af82c5bd8c37d8cfe048a0c1752a"}, + {file = "cdflib-1.3.2.tar.gz", hash = "sha256:97f27ac629e4c0ac1367eb8f4edd7a1d184190272ab98a6401e999f3a2e05687"}, +] + +[package.dependencies] +numpy = ">=1.21" + +[package.extras] +dev = ["ipython", "pre-commit"] +docs = ["astropy", "netcdf4", "sphinx", "sphinx-automodapi", "sphinx-copybutton", "sphinx-rtd-theme", "xarray"] +tests = ["astropy", "h5netcdf", "hypothesis", "netcdf4", "pytest (>=3.9)", "pytest-cov", "pytest-remotedata", "xarray"] + [[package]] name = "certifi" version = "2024.12.14" -- GitLab