9951ab0 Explicitly require NumPy for pygame.surfarray

Authored and Committed by pviktori 4 years ago
1 file changed. 8 lines added. 1 lines removed.
    Explicitly require NumPy for pygame.surfarray
    
    surfarray is a part of Pygame that requires NumPy,
    but pygame is otherwise usable without it.
    See: https://www.pygame.org/docs/ref/surfarray.html
    
        
file modified
+8 -1