Merge pull request #667 from bnavigator/conda-mkl-workaround · python-control/python-control@e9c224c

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit e9c224c

authored

Merge pull request #667 from bnavigator/conda-mkl-workaround

Use conda-forge for numpy and co.

2 parents b61f58d + 87db91b commit e9c224c

File tree

1 file changed

+

2

-

1

lines changed

1 file changed

+

2

-

1

lines changed

Lines changed: 2 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -36,7 +36,8 @@ jobs:

3636

pip install coveralls

3737
3838

# Install python-control dependencies

39-

conda install numpy matplotlib scipy

39+

# use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved

40+

conda install -c conda-forge numpy matplotlib scipy

4041

if [[ '${{matrix.slycot}}' == 'conda' ]]; then

4142

conda install -c conda-forge slycot

4243

fi

0 commit comments

Comments

 (0)