Skip to content

Commit 979ea48

Browse files
committed
Update pyproject.toml
1 parent 80bf557 commit 979ea48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "skheros"
77
version = "0.2.3"
88
description = "The Heuristic Evolutionary Rule Optimization System (HEROS) is a supervised rule-based machine learning algorithm designed to agnostically model diverse 'structured' data problems and yield compact human interpretable solutions. This implementation is scikit-learn compatible."
99
readme = "README.md"
10-
requires-python = ">=3.12.11"
10+
requires-python = ">=3.8"
1111
license = {file = "LICENSE" }
1212
keywords = ["machine learning","rule-based","scikit-learn", "interpretable", "classification", "supervised learning", "evolutionary computation"]
1313
authors = [{name = "Ryan Urbanowicz", email = "ryanurbanowicz@gmail.com"}]

0 commit comments

Comments
 (0)