Skip to content

Commit

Permalink
remove sklearn from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Oct 24, 2024
1 parent 5fa3410 commit 18bb2e2
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 @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.11"
]
license = {text = "Apache-2.0"}
dependencies = ["numpy", "matplotlib", "asreview>=1,<2", "scikit-learn"]
dependencies = ["numpy", "matplotlib", "asreview>=1,<2"]
dynamic = ["version"]
requires-python = ">=3.7"

Expand Down

0 comments on commit 18bb2e2

Please sign in to comment.