Add bottleneck dependency
as per pandas recommendation https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
pandas==2.2.2
|
pandas==2.2.2
|
||||||
|
bottleneck==1.3.8
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==4.3.35
|
ccxt==4.3.35
|
||||||
|
|||||||
Reference in New Issue
Block a user