Skip to content

Commit 6a4a51b

Browse files
committed
update jobs
1 parent a72591e commit 6a4a51b

File tree

4 files changed

+7694
-143
lines changed

4 files changed

+7694
-143
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
ci-py311-sklearn-1-3,
2222
ci-py311-sklearn-1-4,
2323
ci-py312-latest-dependencies,
24-
ci-py312-latest-optional-dependencies
24+
ci-py312-latest-optional-dependencies,
25+
ci-py312-latest-keras,
26+
ci-py312-latest-tensorflow
2527
]
2628
runs-on: ${{ matrix.os }}
2729
steps:

imblearn/_min_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
PANDAS_MIN_VERSION = "1.5.3"
77
SKLEARN_MIN_VERSION = "1.2.2"
88
TENSORFLOW_MIN_VERSION = "2.11.1"
9-
KERAS_MIN_VERSION = "2.1.11"
9+
KERAS_MIN_VERSION = "3.0.5"
1010
JOBLIB_MIN_VERSION = "1.1.1"
1111
THREADPOOLCTL_MIN_VERSION = "2.0.0"
1212
PYTEST_MIN_VERSION = "7.2.2"

0 commit comments

Comments
 (0)