[project] name = "transivent" version = "2.1.0" description = "High-level analysis and plotting for transient events." license = { file = "LICENSE" } authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }] requires-python = ">=3.8" dependencies = [ "joblib", "matplotlib", "numba", "Pillow", "scipy", "scopekit @ git+https://git.samsci.com/cgit.cgi/scopekit@main", ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] [dependency-groups] dev = [ "pytest>=8.3.5", ]