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

dep: drop matplotlib #69

Merged
merged 2 commits into from
Aug 16, 2023
Merged

dep: drop matplotlib #69

merged 2 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. dep: drop matplotlib

    + remove matplotlib from the dependency list, as it's not needed in the actual SET calculation, but for result plotting and inspection only.
       - remove matplotlib in pyproject.toml, requirements.txt and setup.py files
       - move the module import of matplotlib into point.py
    
    + add docs/requirements.txt for extra dependencies needed for running notebooks
    
    + add tests/requirements.txt for extra dependencies needed for running tests
    yunjunz committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    513ab15 View commit details
    Browse the repository at this point in the history
  2. bugfix in circle CI tests

    yunjunz committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d2e7a60 View commit details
    Browse the repository at this point in the history