File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ version = "0.14.0"
31
31
[tool .poetry .dependencies ]
32
32
python = " >=3.9.0,<3.13"
33
33
scikit-learn = " >=1.4.2,<1.6.0"
34
- keras = " >=3.2.0"
34
+ keras = " >=3.2.0,<3.7.0 "
35
35
tensorflow = { version = " >=2.16.1" , optional = true }
36
36
37
37
[tool .poetry .extras ]
@@ -82,3 +82,7 @@ show_missing = true
82
82
[build-system ]
83
83
build-backend = " poetry.core.masonry.api"
84
84
requires = [" poetry-core>=1.0.8" ]
85
+
86
+ # ignore pytest warnings about missing __file__ attribute
87
+ [tool .pytest .ini_options ]
88
+ filterwarnings = " ignore::DeprecationWarning:scikeras"
Original file line number Diff line number Diff line change 25
25
I thank all of the users and contributors over the years and hope that the new Keras wrappers will meet your needs.
26
26
TODO: add link to Keras docs and release here.
27
27
""" ,
28
+ DeprecationWarning ,
28
29
stacklevel = 1 ,
29
30
)
You can’t perform that action at this time.
0 commit comments