Skip to content

Commit

Permalink
fix seaborn dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-vignal committed Dec 9, 2024
1 parent 88cad29 commit 2264563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapash/report/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import importlib

# This list should be identical to the list in setup.py
report_requirements = ["nbconvert==6.0.7", "papermill", "matplotlib", "seaborn", "notebook", "Jinja2"]
report_requirements = ["nbconvert==6.0.7", "papermill", "matplotlib", "notebook", "Jinja2"]


def check_report_requirements():
Expand Down

0 comments on commit 2264563

Please sign in to comment.