We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
packaging
1 parent c410d51 commit 4bca224Copy full SHA for 4bca224
1 file changed
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>=20.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