roclark / sportsipy

A free sports API written for python
MIT License
475 stars 189 forks source link

Revert numpy version for Python 3.7 support #705

Closed roclark closed 2 years ago

roclark commented 2 years ago

The updated version of numpy is incompatible with Python 3.7 and causes tests with that Python version to fail. Reverting to the latest version supported by Python 3.7 resolves the issue.

Signed-Off-By: Robert Clark robdclark@outlook.com