Merge pull request #6296 from freqtrade/python_37_remove

Update references to remove python 3.7 support
This commit is contained in:
Matthias
2022-01-25 20:01:14 +01:00
committed by GitHub
13 changed files with 21 additions and 24 deletions

View File

@@ -1,7 +1,5 @@
numpy==1.21.5; python_version <= '3.7'
numpy==1.22.1; python_version > '3.7'
pandas==1.3.5; python_version <= '3.7'
pandas==1.4.0; python_version > '3.7'
numpy==1.22.1
pandas==1.4.0
pandas-ta==0.3.14b
ccxt==1.70.45