File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ dependencies:
1818 - pytest-xdist
1919 - ruff
2020 - seaborn
21+ - pandas
2122 - scikit-learn
2223 - scipy
2324 - tqdm
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44dependencies :
55 - jupyter
66 - jupyterlab
7- - keras ~= 3.4 .0
7+ - keras ~= 3.7 .0
88 - numpy ~= 1.26
99 - matplotlib
1010 - pre-commit
@@ -15,6 +15,7 @@ dependencies:
1515 - python >= 3.10, < 3.12
1616 - ruff
1717 - seaborn
18+ - pandas
1819 - scikit-learn
1920 - scipy
2021 - tqdm
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ license = { file = "LICENSE" }
2323
2424requires-python = " >= 3.10, < 3.12"
2525dependencies = [
26- " keras ~= 3.4 .0" ,
26+ " keras ~= 3.7 .0" ,
2727 " numpy ~= 1.26.4" ,
28- " scipy ~= 1.14.0 " ,
28+ " scipy ~= 1.14.1 " ,
2929]
3030
3131[tool .ruff ]
You can’t perform that action at this time.
0 commit comments