We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcf10b commit b857bf7Copy full SHA for b857bf7
1 file changed
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"numpy>=1.20.1, <2.0.0",
23
"plotly>=4.14.3"
24
]
25
-requires-python = "> 3.6"
+requires-python = ">=3.6"
26
27
[project.optional-dependencies]
28
dev = ["coverage", "pandas", "scikit-learn"]
0 commit comments