File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ dependencies:
18
18
- pytest-xdist
19
19
- ruff
20
20
- seaborn
21
+ - pandas
21
22
- scikit-learn
22
23
- scipy
23
24
- tqdm
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
dependencies :
5
5
- jupyter
6
6
- jupyterlab
7
- - keras ~= 3.4 .0
7
+ - keras ~= 3.7 .0
8
8
- numpy ~= 1.26
9
9
- matplotlib
10
10
- pre-commit
@@ -15,6 +15,7 @@ dependencies:
15
15
- python >= 3.10, < 3.12
16
16
- ruff
17
17
- seaborn
18
+ - pandas
18
19
- scikit-learn
19
20
- scipy
20
21
- tqdm
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ license = { file = "LICENSE" }
23
23
24
24
requires-python = " >= 3.10, < 3.12"
25
25
dependencies = [
26
- " keras ~= 3.4 .0" ,
26
+ " keras ~= 3.7 .0" ,
27
27
" numpy ~= 1.26.4" ,
28
- " scipy ~= 1.14.0 " ,
28
+ " scipy ~= 1.14.1 " ,
29
29
]
30
30
31
31
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments