Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml: use dynamic dependencies #38

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Commits on Sep 18, 2024

  1. pyproject.toml: use dynamic dependencies

    + requirements.txt:
       - move the packaging related dependencies into tests/requirements.txt file
       - remove `matplotlib` as it's only used in the obsolete functions in utils.py, which is not used at all
    
    + pyproject.toml:
       - use dynamic files for dependencies and optional dependencies, to avoid duplicating the list of dependencies, to be consistent with mintpy
       - use dynamic files for readme as well
    yunjunz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    79a619c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861ed50 View commit details
    Browse the repository at this point in the history