mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
6af5135802
Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v0.25.0...v0.25.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
# Load common requirements
|
|
-r requirements-common.txt
|
|
|
|
numpy==1.17.0
|
|
pandas==0.25.1
|
|
scipy==1.3.1
|