Skip to content

Commit 8b9fa29

Browse files
authored
Merge pull request #211 from automl/210-plots-for-importances-not-working
210 plots for importances not working
2 parents af13fb7 + 87f05db commit 8b9fa29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ PRECOMMIT ?= pre-commit
4343
FLAKE8 ?= flake8
4444

4545
install:
46+
conda install -y numpy=2.0.1
4647
$(PIP) install -e .
4748

4849
# Fix numpy as version 2.1.0 will drop support for Python 3.9

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dash-extensions==0.0.71
2525
dash-bootstrap-components==1.0.3
2626
redis>=4.1.4
2727
rq==1.10.1
28+
plotly==5.24.1
2829
# Pinned due to https://github.com/plotly/dash/issues/1992
2930
# Pinning might be removed for dash>2.3.0
3031
werkzeug==2.0.3

0 commit comments

Comments
 (0)