nflverse / nfl_data_py

Python code for working with NFL play by play data.
MIT License
278 stars 53 forks source link

Pandas version incompatibility #30

Closed alecglen closed 2 years ago

alecglen commented 2 years ago

Per discussion in nflverse discord.

Release 0.2.7 updated Pandas to a version not compatible with Python 3.6. This requirement should be reverted if possible. Alternatively if functionality in the updated Pandas is found to be needed, then the package metadata should be updated to specify it requires Python >= 3.7.

cooperdff commented 2 years ago

Resolved in release 0.2.11, requirements updated to Python >= 3.6 and pandas requirements reduced to > 1.