mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
Merge pull request #9142 from freqtrade/dependabot/pip/develop/pandas-2.1.0
Bump pandas from 2.0.3 to 2.1.0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
numpy==1.25.2; python_version > '3.8'
|
||||
numpy==1.24.3; python_version <= '3.8'
|
||||
pandas==2.0.3
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user