We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c410d51 commit d7e005dCopy full SHA for d7e005d
pyproject.toml
@@ -20,6 +20,7 @@ dependencies = [
20
"colorama>=0.4.6",
21
"numpy>=1.25; python_version<'3.13'",
22
"numpy>=2.1.3; python_version>='3.13'",
23
+ "packaging>=25.0",
24
"scikit-learn>=1.0.0",
25
"scipy>=1.0.0; python_version<'3.13'",
26
"scipy>=1.14.1; python_version>='3.13'",
0 commit comments