mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Pin pandas for <3.9 versions to old version
This commit is contained in:
parent
574744348a
commit
1ea626fb5b
|
@ -1,6 +1,7 @@
|
|||
numpy==1.25.2; python_version > '3.8'
|
||||
numpy==1.24.3; python_version <= '3.8'
|
||||
pandas==2.1.0
|
||||
pandas==2.1.0; python_version > '3.8'
|
||||
pandas==2.0.3; python_version <= '3.8'
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
ccxt==4.0.81
|
||||
|
|
Loading…
Reference in New Issue
Block a user