Skip to content

Commit

Permalink
[MNT] remove findiff soft dependency (#328)
Browse files Browse the repository at this point in the history
PR #327 shows that the `findiff`
soft dependency is not necessary - with this, I hence remove it.

We should either merge #327, or leave the QPDs with a soft dependency
that users then have to install independently.
  • Loading branch information
fkiraly authored May 15, 2024
1 parent 3dae189 commit f8fe590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies = [
[project.optional-dependencies]
all_extras = [
"attrs",
"cyclic-boosting>=1.4.0; python_version < '3.12'",
"distfit",
"lifelines<0.29.0",
"mapie",
Expand All @@ -63,8 +64,6 @@ all_extras = [
"statsmodels>=0.12.1",
"tabulate",
"uncertainties",
"cyclic-boosting>=1.4.0; python_version < '3.12'",
"findiff",
]

dev = [
Expand Down

0 comments on commit f8fe590

Please sign in to comment.