Skip to content

Commit 4bca224

Browse files
authored
Add packaging package (#596)
* Add packaging * Relax version requirement
1 parent c410d51 commit 4bca224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"colorama>=0.4.6",
2121
"numpy>=1.25; python_version<'3.13'",
2222
"numpy>=2.1.3; python_version>='3.13'",
23+
"packaging>=20.0",
2324
"scikit-learn>=1.0.0",
2425
"scipy>=1.0.0; python_version<'3.13'",
2526
"scipy>=1.14.1; python_version>='3.13'",

0 commit comments

Comments
 (0)