Add bottleneck dependency

as per pandas recommendation

https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
This commit is contained in:
Matthias 2024-06-02 14:17:55 +02:00
parent 5d62954602
commit a05450c547

View File

@ -1,5 +1,6 @@
numpy==1.26.4
pandas==2.2.2
bottleneck==1.3.8
pandas-ta==0.3.14b
ccxt==4.3.35