From 6ab47bd1fae76f6d14352cdb96107696918d34fc Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Wed, 5 Jun 2024 15:33:34 -0400 Subject: [PATCH] change "[doc]" deps to "[docs]" --- pyproject.toml | 2 +- requirements.txt | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index a80d736..f02794d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = ["h5py", "geopandas", "pyarrow"] [project.optional-dependencies] dev = ["pre-commit", "ruff", "pytest", "pytest-cov"] -doc = ["sphinx", "numpydoc", "sphinx_rtd_theme"] +docs = ["sphinx", "numpydoc", "sphinx_rtd_theme"] [project.urls] repository = "https://github.com/fema-ffrd/rashdf" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index ef68c4f..0000000 --- a/requirements.txt +++ /dev/null @@ -1,23 +0,0 @@ -attrs==23.2.0 -certifi==2024.2.2 -click==8.1.7 -click-plugins==1.1.1 -cligj==0.7.2 -exceptiongroup==1.2.0 -fiona==1.9.6 -fsspec==2024.2.0 -geopandas==0.14.3 -h5py==3.10.0 -iniconfig==2.0.0 -numpy==1.26.4 -packaging==24.0 -pandas==2.2.1 -pluggy==1.4.0 -pyproj==3.6.1 -pytest==8.1.1 -python-dateutil==2.9.0.post0 -pytz==2024.1 -shapely==2.0.3 -six==1.16.0 -tomli==2.0.1 -tzdata==2024.1