From: Michael Orlitzky Date: Tue, 21 Apr 2020 11:29:37 +0000 (-0400) Subject: dunshire/games.py: don't require numpy to run the doctests. X-Git-Tag: 0.1.2~14 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=ff9a508f946f02c9c8896ebadccf2a44525a52a9;hp=ff9a508f946f02c9c8896ebadccf2a44525a52a9;p=dunshire.git dunshire/games.py: don't require numpy to run the doctests. There was a pointless use of numpy.matrix in a doctest that made numpy a direct dependency of dunshire. No bueno. That test case was also throwing a PendingDeprecationWarning, so we kill two birds with one commit by removing it. ---