https://github.com/alecheckert/saspt
Raw File
Tip revision: 773292fc245c01ceb8e1f7a7e50b475aa003f00c authored by Alec Heckert on 09 January 2022, 01:02:27 UTC
fixed a bug saspt.plot
Tip revision: 773292f
pyproject.toml
[build-system]
requires = [
    "setuptools>=42",
    "wheel",
    "numpy",
    "pandas",
    "dask",
    "tqdm",
    "matplotlib",
    "seaborn",
    "scipy",
    "scikit-image",
]
build-backend = "setuptools.build_meta"
back to top