Skip to content

Commit

Permalink
[python] fix installation dependance (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelkusch authored Feb 12, 2025
1 parent 0853635 commit 1da3580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dalex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run_setup():
'pandas>=1.5.3',
'numpy>=1.23.3',
'scipy>=1.6.3',
'plotly>=5.1.0',
'plotly>=5.1.0,<6.0.0',
'tqdm>=4.61.2',
],
extras_require={'full': extras_require},
Expand Down

0 comments on commit 1da3580

Please sign in to comment.