Skip to content

Commit

Permalink
Updated version of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudar committed May 14, 2024
1 parent 3b43cba commit e3385a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["hatchling"]

[project]
name = "triglav"
version = "1.0.6"
version = "1.0.7"
authors = [
{name = "Josip Rudar", email = "[email protected]"},
{name = "Peter Kruczkiewicz"},
Expand All @@ -21,23 +21,22 @@ 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",
"License :: OSI Approved :: MIT License",
"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",
Expand Down

0 comments on commit e3385a1

Please sign in to comment.