Skip to content

Commit b857bf7

Browse files
committed
Updated minimum python version
1 parent 6dcf10b commit b857bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"numpy>=1.20.1, <2.0.0",
2323
"plotly>=4.14.3"
2424
]
25-
requires-python = "> 3.6"
25+
requires-python = ">=3.6"
2626

2727
[project.optional-dependencies]
2828
dev = ["coverage", "pandas", "scikit-learn"]

0 commit comments

Comments
 (0)