Skip to content

Commit af707dc

Browse files
committed
update requirement
1 parent 263df5e commit af707dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- jupyter
66
- jupyterlab
7-
- keras ~= 3.7.0
7+
- keras ~= 3.9.0
88
- numpy ~= 1.26
99
- matplotlib
1010
- pre-commit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = { file = "LICENSE" }
2323

2424
requires-python = ">= 3.10, < 3.12"
2525
dependencies = [
26-
"keras ~= 3.7.0",
26+
"keras ~= 3.9.0",
2727
"numpy ~= 1.26.4",
2828
"scipy ~= 1.14.1",
2929
"matplotlib",

0 commit comments

Comments
 (0)