Skip to content

Commit

Permalink
remove tf-keras for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Sep 26, 2024
1 parent 4b7ea85 commit 958f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.12"
]
license = {text = "MIT"}
dependencies = ["asreview>=1.3,<2", "jinja2", "cfgtemplater", "tf-keras"]
dependencies = ["asreview>=1.3,<2", "jinja2", "cfgtemplater"]
dynamic = ["version"]
requires-python = ">=3.7"

Expand Down

0 comments on commit 958f3b6

Please sign in to comment.