enzoampil / fastquant

fastquant — Backtest and optimize your ML trading strategies with only 3 lines of code!
MIT License
1.48k stars 236 forks source link

Remove pandas == dependency #419

Closed mikeejazmines closed 1 year ago

mikeejazmines commented 1 year ago

Remove pandas == dependency

Description

Currently the requirements.txt file requires pandas to have pandas==1.1.5. We are changing this to allow pandas>=1.1.5. Since yfinance upgraded its pandas, we want to allow for the upgrade as well.

Checklist