Skip to content

Commit 1da3580

Browse files
authored
[python] fix installation dependance (#574)
1 parent 0853635 commit 1da3580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/dalex/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_setup():
8484
'pandas>=1.5.3',
8585
'numpy>=1.23.3',
8686
'scipy>=1.6.3',
87-
'plotly>=5.1.0',
87+
'plotly>=5.1.0,<6.0.0',
8888
'tqdm>=4.61.2',
8989
],
9090
extras_require={'full': extras_require},

0 commit comments

Comments
 (0)