Skip to content

Commit

Permalink
Remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-vignal committed Oct 4, 2024
1 parent 771044c commit 368c154
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eurybia"
version = "1.3.1"
version = "1.3.2"
authors = [
{name = "Nicolas Roux"},
{name = "Thomas Bouché", email = "[email protected]"},
Expand All @@ -27,12 +27,10 @@ dependencies = [
"pandas>=2",
"catboost>=1.0.1",
"panel>=1.4.1",
"ipywidgets>=7.4.2",
"jinja2>=2.11.0",
"scipy>=1.4.0",
"seaborn>=0.10.1",
"shapash>=2.0.0",
"jupyter",
"plotly",
]

Expand Down

0 comments on commit 368c154

Please sign in to comment.