Skip to content

Commit 6fed91f

Browse files
Merge pull request #68 from MAIF/feature/dependencies_removal
Removed `jupyter` and `ipywidgets` from Dependencies
2 parents 771044c + 368c154 commit 6fed91f

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)