Skip to content

Commit a6f0259

Browse files
committed
Update dependencies
1 parent 7cc4969 commit a6f0259

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

cuda.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies:
1818
- pytest-xdist
1919
- ruff
2020
- seaborn
21+
- pandas
2122
- scikit-learn
2223
- scipy
2324
- tqdm

environment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ license = { file = "LICENSE" }
2323

2424
requires-python = ">= 3.10, < 3.12"
2525
dependencies = [
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]

0 commit comments

Comments
 (0)