Update references to remove python 3.7 support

This commit is contained in:
Matthias
2022-01-24 16:29:56 +01:00
parent eb677ad9b6
commit d9347e9900
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.68.20