mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 11:43:58 +00:00
2ff03e173d
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.19.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.19.0...v1.19.1) Signed-off-by: dependabot[bot] <support@github.com>
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
# Load common requirements
|
|
-r requirements-common.txt
|
|
|
|
numpy==1.19.1
|
|
pandas==1.0.5
|