https://github.com/alecheckert/sptPALMsim
Raw File
Tip revision: a72f7fff6329813620354d1209d52c654c31f3fc authored by Alec Heckert on 19 January 2022, 16:53:06 UTC
wordsmithing
Tip revision: a72f7ff
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