Skip to content

Commit edaa14c

Browse files
committed
added conda numpy install to standard install
1 parent af13fb7 commit edaa14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)