Skip to content

Commit 94887ee

Browse files
yzhao062@gmail.comyzhao062@gmail.com
authored andcommitted
temporarily restrict keras<3.0
1 parent 76fe4da commit 94887ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,5 @@ v<1.1.2>, <11/17/2023> -- Massive documentation optimization.
184184
v<1.1.2>, <11/17/2023> -- Fix the issue of contamination.
185185
v<1.1.2>, <11/17/2023> -- KPCA bug fix (#494).
186186
v<1.1.3>, <02/07/2024> -- Minor fix for SUOD changes.
187-
v<1.1.4>, <02/09/2024> -- Drop support of six for Python 2.
187+
v<1.1.4>, <02/09/2024> -- Drop support of six for Python 2.
188+
v<1.1.4>, <03/16/2024> -- Fix documentation and temporarily restrict to Keras 2 in testing.

pyod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2121
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2222
#
23-
__version__ = '1.1.3' # pragma: no cover
23+
__version__ = '1.1.4' # pragma: no cover

0 commit comments

Comments
 (0)