Skip to content

Commit 368c154

Browse files
Remove useless dependencies
1 parent 771044c commit 368c154

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eurybia"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
authors = [
99
{name = "Nicolas Roux"},
1010
{name = "Thomas Bouché", email = "[email protected]"},
@@ -27,12 +27,10 @@ dependencies = [
2727
"pandas>=2",
2828
"catboost>=1.0.1",
2929
"panel>=1.4.1",
30-
"ipywidgets>=7.4.2",
3130
"jinja2>=2.11.0",
3231
"scipy>=1.4.0",
3332
"seaborn>=0.10.1",
3433
"shapash>=2.0.0",
35-
"jupyter",
3634
"plotly",
3735
]
3836

0 commit comments

Comments
 (0)