mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.79k stars 842 forks source link

Pandas 1.3.x? #368

Closed miohtama closed 5 months ago

miohtama commented 2 years ago

I tried to install qstrader with Pandas 1.3.x.

The setup.py explicitly pins down Pandas to version 1.1.5

"pandas==1.1.5",

Is this on purpose? There is no comment why. Usually frameworks and applications set a soft version (minimum required version). Is there something known not to work between qstrader and Pandas 1.3.x?