We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263df5e commit af707dcCopy full SHA for af707dc
environment.yaml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- jupyter
6
- jupyterlab
7
- - keras ~= 3.7.0
+ - keras ~= 3.9.0
8
- numpy ~= 1.26
9
- matplotlib
10
- pre-commit
pyproject.toml
@@ -23,7 +23,7 @@ license = { file = "LICENSE" }
23
24
requires-python = ">= 3.10, < 3.12"
25
dependencies = [
26
- "keras ~= 3.7.0",
+ "keras ~= 3.9.0",
27
"numpy ~= 1.26.4",
28
"scipy ~= 1.14.1",
29
"matplotlib",
0 commit comments