Skip to content

Commit 5ea59e3

Browse files
committed
relax dependencies
1 parent d478e7b commit 5ea59e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ license = { file = "LICENSE" }
2323

2424
requires-python = ">= 3.10, < 3.12"
2525
dependencies = [
26-
"keras ~= 3.9.0",
27-
"numpy ~= 1.26.4",
28-
"scipy ~= 1.14.1",
26+
"keras >= 3.9",
2927
"matplotlib",
30-
"seaborn",
28+
"numpy >= 1.24, <2.0",
3129
"pandas",
3230
"scikit-learn",
3331
"scipy",

0 commit comments

Comments
 (0)