Skip to content

Commit

Permalink
Merge pull request #6445 from bashtage/azure-win-cvxopt
Browse files Browse the repository at this point in the history
MAINT: Disable cvxopt for windows
  • Loading branch information
bashtage committed Jan 21, 2020
2 parents 5f5a05c + 8194309 commit 9fbb44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Expand Up @@ -3,7 +3,8 @@ cython>=0.29

# run
matplotlib>=2.2
cvxopt
# Remove due to failures on azure CI
# cvxopt; os_name != "win32"

# test
pytest
Expand Down

0 comments on commit 9fbb44e

Please sign in to comment.