Merge pull request #7599 from freqtrade/dependabot/pip/develop/numpy-1.23.4

Bump numpy from 1.23.3 to 1.23.4
This commit is contained in:
Matthias
2022-10-17 06:32:40 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
numpy==1.23.3
numpy==1.23.4
pandas==1.5.0; platform_machine != 'armv7l'
# Piwheels doesn't have 1.5.0 yet.
pandas==1.4.3; platform_machine == 'armv7l'