Skip to content

Commit

Permalink
<bot> update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 15, 2024
1 parent 6818f7d commit 7332554
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 7332554

Please sign in to comment.