Skip to content

Commit

Permalink
Merge pull request #494 from ThomasBouche/hotfix/report_require
Browse files Browse the repository at this point in the history
update shapash report require
  • Loading branch information
ThomasBouche authored Sep 20, 2023
2 parents 929f8b2 + 1f65210 commit 11c3558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@

# This list should be identical to the list in shapash/report/__init__.py
extras['report'] = [
'nbconvert==6.0.7',
'nbconvert>=6.0.7',
'papermill>=2.0.0',
'jupyter-client<8.0.0',
'jupyter-client>=7.4.0',
'seaborn>=0.12.2',
'notebook',
'Jinja2>=2.11.0',
Expand Down

0 comments on commit 11c3558

Please sign in to comment.