We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af13fb7 + 87f05db commit 8b9fa29Copy full SHA for 8b9fa29
Makefile
@@ -43,6 +43,7 @@ PRECOMMIT ?= pre-commit
43
FLAKE8 ?= flake8
44
45
install:
46
+ conda install -y numpy=2.0.1
47
$(PIP) install -e .
48
49
# Fix numpy as version 2.1.0 will drop support for Python 3.9
requirements.txt
@@ -25,6 +25,7 @@ dash-extensions==0.0.71
25
dash-bootstrap-components==1.0.3
26
redis>=4.1.4
27
rq==1.10.1
28
+plotly==5.24.1
29
# Pinned due to https://github.com/plotly/dash/issues/1992
30
# Pinning might be removed for dash>2.3.0
31
werkzeug==2.0.3
0 commit comments