aptmac / dfs-helper-nfl

Python scripts for optimizing Daily Fantasy Football line-ups. In the 2021 season it got ranked Diamond (99th percentile) in Yahoo DFS quickmatches, and placed 504/223186 in the season-long 2021 Yahoo cup.
MIT License
5 stars 0 forks source link

fix(dependabot): remove unused numpy from requiremets.txt #12

Closed aptmac closed 1 year ago

aptmac commented 1 year ago

Dependabot was yelling at me for some Numpy related issues. Turns out I didn't end up using Numpy and had kept the import on it. Quick fix.