diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ccf6a66..4e8047a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,7 +36,7 @@ jobs: # Install dependencies needed for documentation build - name: Install docs build dependencies run: | - pip install . jupyter-book planetary-computer pystac + pip install .[docs] pip list # Build the docs diff --git a/poetry.lock b/poetry.lock index 1a45440..e9f205b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -14,7 +14,7 @@ name = "alabaster" version = "0.7.12" description = "A configurable sidebar-enabled Sphinx theme" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -22,7 +22,7 @@ name = "anyio" version = "3.6.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" category = "dev" -optional = false +optional = true python-versions = ">=3.6.2" [package.dependencies] @@ -39,7 +39,7 @@ name = "appnope" version = "0.1.3" description = "Disable App Nap on macOS >= 10.9" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -47,7 +47,7 @@ name = "argon2-cffi" version = "21.3.0" description = "The secure Argon2 password hashing algorithm." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -63,7 +63,7 @@ name = "argon2-cffi-bindings" version = "21.2.0" description = "Low-level CFFI bindings for Argon2" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -78,7 +78,7 @@ name = "asttokens" version = "2.0.5" description = "Annotate AST trees with source code positions" category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -114,7 +114,7 @@ name = "babel" version = "2.10.1" description = "Internationalization utilities" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -125,7 +125,7 @@ name = "backcall" version = "0.2.0" description = "Specifications for callback functions passed in to an API" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -133,7 +133,7 @@ name = "beautifulsoup4" version = "4.11.1" description = "Screen-scraping library" category = "dev" -optional = false +optional = true python-versions = ">=3.6.0" [package.dependencies] @@ -170,7 +170,7 @@ name = "bleach" version = "5.0.0" description = "An easy safelist-based HTML-sanitizing tool." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -193,7 +193,7 @@ name = "cffi" version = "1.15.0" description = "Foreign Function Interface for Python calling C code." category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -262,7 +262,7 @@ name = "debugpy" version = "1.6.0" description = "An implementation of the Debug Adapter Protocol for Python" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [[package]] @@ -270,7 +270,7 @@ name = "decorator" version = "5.1.1" description = "Decorators for Humans" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [[package]] @@ -278,7 +278,7 @@ name = "defusedxml" version = "0.7.1" description = "XML bomb protection for Python stdlib modules" category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] @@ -286,7 +286,7 @@ name = "docutils" version = "0.17.1" description = "Docutils -- Python Documentation Utilities" category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] @@ -294,7 +294,7 @@ name = "entrypoints" version = "0.4" description = "Discover and load entry points from installed packages." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -302,7 +302,7 @@ name = "executing" version = "0.8.3" description = "Get the currently executing AST node of a frame, and other information" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -310,7 +310,7 @@ name = "fastjsonschema" version = "2.15.3" description = "Fastest Python implementation of JSON schema" category = "dev" -optional = false +optional = true python-versions = "*" [package.extras] @@ -321,7 +321,7 @@ name = "gitdb" version = "4.0.9" description = "Git Object Database" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -332,7 +332,7 @@ name = "gitpython" version = "3.1.27" description = "GitPython is a python library used to interact with Git repositories" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -343,7 +343,7 @@ name = "greenlet" version = "1.1.2" description = "Lightweight in-process concurrent programming" category = "dev" -optional = false +optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" [package.extras] @@ -362,7 +362,7 @@ name = "imagesize" version = "1.3.0" description = "Getting image size from png/jpeg/jpeg2000/gif file" category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] @@ -370,7 +370,7 @@ name = "importlib-metadata" version = "4.11.4" description = "Read metadata from Python packages" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -386,7 +386,7 @@ name = "importlib-resources" version = "5.7.1" description = "Read resources from Python packages" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -406,10 +406,10 @@ python-versions = "*" [[package]] name = "ipykernel" -version = "6.13.0" +version = "6.13.1" description = "IPython Kernel for Jupyter" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -425,14 +425,14 @@ tornado = ">=6.1" traitlets = ">=5.1.0" [package.extras] -test = ["pytest (>=6.0)", "pytest-cov", "flaky", "ipyparallel", "pre-commit", "pytest-timeout"] +test = ["flaky", "ipyparallel", "pre-commit", "pytest-cov", "pytest-timeout", "pytest (>=6.0)"] [[package]] name = "ipython" version = "8.4.0" description = "IPython: Productive Interactive Computing" category = "dev" -optional = false +optional = true python-versions = ">=3.8" [package.dependencies] @@ -468,7 +468,7 @@ name = "ipython-genutils" version = "0.2.0" description = "Vestigial utilities from IPython" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -476,7 +476,7 @@ name = "ipywidgets" version = "7.7.0" description = "IPython HTML widgets for Jupyter" category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -496,7 +496,7 @@ name = "jedi" version = "0.18.1" description = "An autocompletion tool for Python that can be used for text editors." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -511,7 +511,7 @@ name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -525,7 +525,7 @@ name = "jsonschema" version = "3.2.0" description = "An implementation of JSON Schema validation for Python" category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -543,7 +543,7 @@ name = "jupyter-book" version = "0.13.0" description = "Build a book with Jupyter Notebooks and Sphinx." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -577,7 +577,7 @@ name = "jupyter-cache" version = "0.4.3" description = "A defined interface for working with a cache of jupyter notebooks." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -595,10 +595,10 @@ testing = ["ipykernel", "coverage", "pytest (>=3.6,<4)", "pytest-cov", "pytest-r [[package]] name = "jupyter-client" -version = "7.3.1" +version = "7.3.2" description = "Jupyter protocol implementation and client libraries" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -606,12 +606,12 @@ entrypoints = "*" jupyter-core = ">=4.9.2" nest-asyncio = ">=1.5.4" python-dateutil = ">=2.8.2" -pyzmq = ">=22.3" +pyzmq = ">=23.0" tornado = ">=6.0" traitlets = "*" [package.extras] -doc = ["ipykernel", "myst-parser", "sphinx (>=1.3.6)", "sphinx-rtd-theme", "sphinxcontrib-github-alt"] +doc = ["ipykernel", "myst-parser", "sphinx-rtd-theme", "sphinx (>=1.3.6)", "sphinxcontrib-github-alt"] test = ["codecov", "coverage", "ipykernel (>=6.5)", "ipython", "mypy", "pre-commit", "pytest", "pytest-asyncio (>=0.18)", "pytest-cov", "pytest-timeout"] [[package]] @@ -619,7 +619,7 @@ name = "jupyter-core" version = "4.10.0" description = "Jupyter core package. A base package on which Jupyter projects rely." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -634,7 +634,7 @@ name = "jupyter-server" version = "1.17.0" description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -663,7 +663,7 @@ name = "jupyter-server-mathjax" version = "0.2.5" description = "MathJax resources as a Jupyter Server Extension." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -677,7 +677,7 @@ name = "jupyter-sphinx" version = "0.3.2" description = "Jupyter Sphinx Extensions" category = "dev" -optional = false +optional = true python-versions = ">= 3.6" [package.dependencies] @@ -692,7 +692,7 @@ name = "jupyterlab-pygments" version = "0.2.2" description = "Pygments theme using JupyterLab CSS variables" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [[package]] @@ -700,7 +700,7 @@ name = "jupyterlab-widgets" version = "1.1.0" description = "A JupyterLab extension." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -708,7 +708,7 @@ name = "latexcodec" version = "2.0.1" description = "A lexer and codec to work with LaTeX code in Python." category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] @@ -719,7 +719,7 @@ name = "linkify-it-py" version = "1.0.3" description = "Links recognition library with FULL unicode support." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -736,7 +736,7 @@ name = "markdown-it-py" version = "1.1.0" description = "Python port of markdown-it. Markdown parsing, done right!" category = "dev" -optional = false +optional = true python-versions = "~=3.6" [package.dependencies] @@ -755,7 +755,7 @@ name = "markupsafe" version = "2.1.1" description = "Safely add untrusted strings to HTML/XML markup." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [[package]] @@ -763,7 +763,7 @@ name = "matplotlib-inline" version = "0.1.3" description = "Inline Matplotlib backend for Jupyter" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.dependencies] @@ -774,7 +774,7 @@ name = "mdit-py-plugins" version = "0.2.8" description = "Collection of plugins for markdown-it-py" category = "dev" -optional = false +optional = true python-versions = "~=3.6" [package.dependencies] @@ -790,7 +790,7 @@ name = "mistune" version = "0.8.4" description = "The fastest markdown parser in pure Python" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -806,7 +806,7 @@ name = "myst-nb" version = "0.13.2" description = "A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -833,7 +833,7 @@ name = "myst-parser" version = "0.15.2" description = "An extended commonmark compliant parser, with bridges to docutils & sphinx." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -855,7 +855,7 @@ name = "nbclient" version = "0.5.13" description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor." category = "dev" -optional = false +optional = true python-versions = ">=3.7.0" [package.dependencies] @@ -873,7 +873,7 @@ name = "nbconvert" version = "6.5.0" description = "Converting Jupyter Notebooks" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -906,7 +906,7 @@ name = "nbdime" version = "3.1.1" description = "Diff and merge of Jupyter Notebooks" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -929,7 +929,7 @@ name = "nbformat" version = "5.4.0" description = "The Jupyter Notebook format" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -946,7 +946,7 @@ name = "nest-asyncio" version = "1.5.5" description = "Patch asyncio to allow nested event loops" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [[package]] @@ -954,7 +954,7 @@ name = "notebook" version = "6.4.11" description = "A web-based notebook environment for interactive computing" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1024,7 +1024,7 @@ name = "pandocfilters" version = "1.5.0" description = "Utilities for writing pandoc filters in python" category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] @@ -1032,7 +1032,7 @@ name = "parso" version = "0.8.3" description = "A Python Parser" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.extras] @@ -1052,7 +1052,7 @@ name = "pexpect" version = "4.8.0" description = "Pexpect allows easy control of interactive console applications." category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -1063,7 +1063,7 @@ name = "pickleshare" version = "0.7.5" description = "Tiny 'shelve'-like database with concurrency support" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -1071,7 +1071,7 @@ name = "planetary-computer" version = "0.4.6" description = "Planetary Computer SDK for Python" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1111,7 +1111,7 @@ name = "prometheus-client" version = "0.14.1" description = "Python client for the Prometheus monitoring system." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.extras] @@ -1122,7 +1122,7 @@ name = "prompt-toolkit" version = "3.0.29" description = "Library for building powerful interactive command lines in Python" category = "dev" -optional = false +optional = true python-versions = ">=3.6.2" [package.dependencies] @@ -1133,7 +1133,7 @@ name = "psutil" version = "5.9.1" description = "Cross-platform lib for process and system monitoring in Python." category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.extras] @@ -1144,7 +1144,7 @@ name = "ptyprocess" version = "0.7.0" description = "Run a subprocess in a pseudo terminal" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -1152,7 +1152,7 @@ name = "pure-eval" version = "0.2.2" description = "Safely evaluate AST nodes without side effects" category = "dev" -optional = false +optional = true python-versions = "*" [package.extras] @@ -1171,7 +1171,7 @@ name = "pybtex" version = "0.24.0" description = "A BibTeX-compatible bibliography processor in Python" category = "dev" -optional = false +optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" [package.dependencies] @@ -1187,7 +1187,7 @@ name = "pybtex-docutils" version = "1.0.2" description = "A docutils backend for pybtex." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1199,7 +1199,7 @@ name = "pycparser" version = "2.21" description = "C parser in Python" category = "dev" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] @@ -1207,7 +1207,7 @@ name = "pydantic" version = "1.9.1" description = "Data validation and settings management using python type hints" category = "dev" -optional = false +optional = true python-versions = ">=3.6.1" [package.dependencies] @@ -1223,7 +1223,7 @@ name = "pydata-sphinx-theme" version = "0.8.1" description = "Bootstrap-based Sphinx theme from the PyData community" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1243,7 +1243,7 @@ name = "pygments" version = "2.12.0" description = "Pygments is a syntax highlighting package written in Python." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -1273,7 +1273,7 @@ name = "pyrsistent" version = "0.18.1" description = "Persistent/Functional/Immutable data structures" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [[package]] @@ -1281,7 +1281,7 @@ name = "pystac" version = "1.4.0" description = "Python library for working with Spatiotemporal Asset Catalog (STAC)." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1296,7 +1296,7 @@ name = "pystac-client" version = "0.3.5" description = "Python library for working with Spatiotemporal Asset Catalog (STAC)." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1344,7 +1344,7 @@ name = "python-dotenv" version = "0.20.0" description = "Read key-value pairs from a .env file and set them as environment variables" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -1363,7 +1363,7 @@ name = "pywin32" version = "304" description = "Python for Window Extensions" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -1371,7 +1371,7 @@ name = "pywinpty" version = "2.0.5" description = "Pseudo terminal support for Windows from Python." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [[package]] @@ -1379,7 +1379,7 @@ name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -1387,7 +1387,7 @@ name = "pyzmq" version = "23.1.0" description = "Python bindings for 0MQ" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1465,7 +1465,7 @@ name = "send2trash" version = "1.8.0" description = "Send file to trash natively under Mac OS X, Windows and Linux." category = "dev" -optional = false +optional = true python-versions = "*" [package.extras] @@ -1499,7 +1499,7 @@ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -1507,7 +1507,7 @@ name = "sniffio" version = "1.2.0" description = "Sniff out which async library your code is running under" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [[package]] @@ -1515,7 +1515,7 @@ name = "snowballstemmer" version = "2.2.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -1538,7 +1538,7 @@ name = "soupsieve" version = "2.3.2.post1" description = "A modern CSS selector implementation for Beautiful Soup." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -1546,7 +1546,7 @@ name = "sphinx" version = "4.5.0" description = "Python documentation generator" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1578,7 +1578,7 @@ name = "sphinx-book-theme" version = "0.3.2" description = "A clean book theme for scientific explanations and documentation with Sphinx" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1596,7 +1596,7 @@ name = "sphinx-comments" version = "0.0.3" description = "Add comments and annotation to your documentation." category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -1612,7 +1612,7 @@ name = "sphinx-copybutton" version = "0.5.0" description = "Add a copy button to each of your code cells." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1627,7 +1627,7 @@ name = "sphinx-design" version = "0.1.0" description = "A sphinx extension for designing beautiful, view size responsive web components." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1647,7 +1647,7 @@ name = "sphinx-external-toc" version = "0.2.4" description = "A sphinx extension that allows the site-map to be defined in a single YAML file." category = "dev" -optional = false +optional = true python-versions = "~=3.6" [package.dependencies] @@ -1666,7 +1666,7 @@ name = "sphinx-jupyterbook-latex" version = "0.4.6" description = "Latex specific features for jupyter book" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1684,7 +1684,7 @@ name = "sphinx-multitoc-numbering" version = "0.1.3" description = "Supporting continuous HTML section numbering" category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -1700,7 +1700,7 @@ name = "sphinx-thebe" version = "0.1.2" description = "Integrate interactive code blocks into your documentation with Thebe and Binder." category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -1715,7 +1715,7 @@ name = "sphinx-togglebutton" version = "0.3.1" description = "Toggle page content and collapse admonitions in Sphinx." category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -1732,7 +1732,7 @@ name = "sphinxcontrib-applehelp" version = "1.0.2" description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -1744,7 +1744,7 @@ name = "sphinxcontrib-bibtex" version = "2.4.2" description = "Sphinx extension for BibTeX style citations." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1758,7 +1758,7 @@ name = "sphinxcontrib-devhelp" version = "1.0.2" description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -1770,7 +1770,7 @@ name = "sphinxcontrib-htmlhelp" version = "2.0.0" description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.extras] @@ -1782,7 +1782,7 @@ name = "sphinxcontrib-jsmath" version = "1.0.1" description = "A sphinx extension which renders display math in HTML via JavaScript" category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -1793,7 +1793,7 @@ name = "sphinxcontrib-qthelp" version = "1.0.3" description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document." category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -1805,7 +1805,7 @@ name = "sphinxcontrib-serializinghtml" version = "1.1.5" description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)." category = "dev" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -1817,7 +1817,7 @@ name = "sqlalchemy" version = "1.4.37" description = "Database Abstraction Library" category = "dev" -optional = false +optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" [package.dependencies] @@ -1849,7 +1849,7 @@ name = "stack-data" version = "0.2.0" description = "Extract data from python stack frames and tracebacks for informative displays" category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -1865,7 +1865,7 @@ name = "terminado" version = "0.15.0" description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library." category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.dependencies] @@ -1881,7 +1881,7 @@ name = "tinycss2" version = "1.1.1" description = "A tiny CSS parser" category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -1928,7 +1928,7 @@ name = "tornado" version = "6.1" description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed." category = "dev" -optional = false +optional = true python-versions = ">= 3.5" [[package]] @@ -1936,7 +1936,7 @@ name = "traitlets" version = "5.2.2.post1" description = "" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.extras] @@ -1955,7 +1955,7 @@ name = "uc-micro-py" version = "1.0.1" description = "Micro subset of unicode data files for linkify-it-py projects." category = "dev" -optional = false +optional = true python-versions = ">=3.6" [package.extras] @@ -1979,7 +1979,7 @@ name = "wcwidth" version = "0.2.5" description = "Measures the displayed width of unicode strings in a terminal" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -1987,7 +1987,7 @@ name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" category = "dev" -optional = false +optional = true python-versions = "*" [[package]] @@ -1995,7 +1995,7 @@ name = "websocket-client" version = "1.3.2" description = "WebSocket client for Python with low level API options" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.extras] @@ -2008,7 +2008,7 @@ name = "wheel" version = "0.37.1" description = "A built-package format for Python" category = "dev" -optional = false +optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [package.extras] @@ -2019,7 +2019,7 @@ name = "widgetsnbextension" version = "3.6.0" description = "IPython HTML widgets for Jupyter" category = "dev" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -2051,17 +2051,20 @@ name = "zipp" version = "3.8.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "dev" -optional = false +optional = true python-versions = ">=3.7" [package.extras] docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco-itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] +[extras] +docs = ["jupyter-book", "planetary-computer", "pystac"] + [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "17118b6ac9760a2ea3afca63eadc575d9f56c76441ac54500a0d8f683044556b" +content-hash = "f10b2df09dab0b403616824a6f53e75d358f8d8b28afa837a33e3dcf9db8c34b" [metadata.files] affine = [ @@ -2366,8 +2369,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] ipykernel = [ - {file = "ipykernel-6.13.0-py3-none-any.whl", hash = "sha256:2b0987af43c0d4b62cecb13c592755f599f96f29aafe36c01731aaa96df30d39"}, - {file = "ipykernel-6.13.0.tar.gz", hash = "sha256:0e28273e290858393e86e152b104e5506a79c13d25b951ac6eca220051b4be60"}, + {file = "ipykernel-6.13.1-py3-none-any.whl", hash = "sha256:fedc79bebd8a438162d056e0c7662d5ac8a47d1f6ef33a702e8460248dc4517f"}, + {file = "ipykernel-6.13.1.tar.gz", hash = "sha256:6f42070a5d87ecbf4a2fc27a7faae8d690fd3794825a090ddf6b00b9678a5b69"}, ] ipython = [ {file = "ipython-8.4.0-py3-none-any.whl", hash = "sha256:7ca74052a38fa25fe9bedf52da0be7d3fdd2fb027c3b778ea78dfe8c212937d1"}, @@ -2402,8 +2405,8 @@ jupyter-cache = [ {file = "jupyter_cache-0.4.3-py3-none-any.whl", hash = "sha256:6d5d662d81f565d18009e8dcfd3a56fb876af47eafead2a19ef0045aba8ffe3b"}, ] jupyter-client = [ - {file = "jupyter_client-7.3.1-py3-none-any.whl", hash = "sha256:404abe552540aff3527e66e16beb114b6b4ff58479d51a301f4eb9701e4f52ef"}, - {file = "jupyter_client-7.3.1.tar.gz", hash = "sha256:05d4ff6a0ade25138c6bb0fbeac7ddc26b5fe835e7dd816b64b4a45b931bdc0b"}, + {file = "jupyter_client-7.3.2-py3-none-any.whl", hash = "sha256:be7dff1c6792a951169b514b9b66e9d7ffaba811575cf49d24b73a1ca28f014a"}, + {file = "jupyter_client-7.3.2.tar.gz", hash = "sha256:8f92691bf2d8c670e108813a0290d93a3dc84f74fb844e915b7e587ef2fcbf44"}, ] jupyter-core = [ {file = "jupyter_core-4.10.0-py3-none-any.whl", hash = "sha256:e7f5212177af7ab34179690140f188aa9bf3d322d8155ed972cbded19f55b6f3"}, diff --git a/pyproject.toml b/pyproject.toml index b7b588b..f766a0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,18 +17,25 @@ classifiers = [ ] [tool.poetry.dependencies] +# Required python = "^3.8" rioxarray = ">=0.10.0" torchdata = ">=0.3.0" +# Docs +jupyter-book = {version="*", optional=true} +planetary-computer = {version="*", optional=true} +pystac = {version="*", optional=true} [tool.poetry.group.dev.dependencies] black = "*" pytest = "*" -[tool.poetry.group.docs.dependencies] -jupyter-book = "*" -planetary-computer = "*" -pystac = "*" +[tool.poetry.extras] +docs = [ + "jupyter-book", + "planetary-computer", + "pystac" +] [tool.poetry-dynamic-versioning] enable = true