karlwessel / mplopengl

OpenGL based backend for matplotlib
MIT License
14 stars 5 forks source link

Requirements #12

Closed karlwessel closed 5 years ago

karlwessel commented 5 years ago

Went through several different versions of numpy, matplotlib, pyqt and pyopengl to find the oldest working versions.

Extended the README.md with an requirements section and added the minimal versions to setup.py

This almost solves issue #6, only testing of older python versions is left but that is more complicated.