Skip to content

pyproject.toml: use dynamic dependencies#38

Merged
yunjunz merged 2 commits intoinsarlab:mainfrom
yunjunz:dep
Sep 18, 2024
Merged

pyproject.toml: use dynamic dependencies#38
yunjunz merged 2 commits intoinsarlab:mainfrom
yunjunz:dep

Conversation

@yunjunz
Copy link
Copy Markdown
Member

@yunjunz yunjunz commented Sep 18, 2024

  • requirements.txt:

    • move the testing-/packaging-related dependencies into the new tests/requirements.txt file
  • 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

+ 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 yunjunz merged commit 5103853 into insarlab:main Sep 18, 2024
@yunjunz yunjunz deleted the dep branch September 18, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant