diff --git a/pyproject.toml b/pyproject.toml index 27082b1..38bd621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "triglav" -version = "1.0.6" +version = "1.0.7" authors = [ {name = "Josip Rudar", email = "joe.rudar@inspection.gc.ca"}, {name = "Peter Kruczkiewicz"}, @@ -21,7 +21,7 @@ keywords = [ ] license = {file = "LICENSE"} readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", @@ -29,15 +29,14 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", ] dependencies = [ "matplotlib >= 3.4.3", - "numpy == 1.23.5", + "numpy >= 1.26", "scikit-learn >= 1.0.1", "statsmodels >= 0.12.0", "shap >= 0.40.0",