From 7332554deb95fc921d406d73eadfeb5bfa6861c9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 15 Nov 2024 22:06:29 +0000 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de8716d..687c3ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,16 +4,12 @@ build-backend = "setuptools.build_meta" [project] version = "0.9.0" -dependencies = [ - "numpy", - "scipy", - "scipy" -] +dependencies = ["numpy", "scipy", "scipy"] name = "icecube-voka" description = "Sanity checks on sequences/histograms using ML techniques. " readme = "README.md" keywords = ["histogram comparison", "outlier detection", "statistical tests", "empirical p-value threshold", "poissonian statistics"] -classifiers = ["Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13"] +classifiers = ["Development Status :: 4 - Beta", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13"] requires-python = ">=3.9, <3.14" [[project.authors]]