use conda-forge for numpy and co. · python-control/python-control@87db91b

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 87db91b

committed

use conda-forge for numpy and co.

1 parent b61f58d commit 87db91b

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)