mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
2f8ed7ed19
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.0...v1.18.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
# Load common requirements
|
|
-r requirements-common.txt
|
|
|
|
numpy==1.18.1
|
|
pandas==0.25.3
|