Simplify requirements for 3.9+

This commit is contained in:
Matthias
2023-09-07 06:26:55 +02:00
parent 4ef1647132
commit aba9450098
2 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
numpy==1.25.2; python_version > '3.8'
numpy==1.24.3; python_version <= '3.8'
pandas==2.1.0; python_version > '3.8'
pandas==2.0.3; python_version <= '3.8'
numpy==1.25.2
pandas==2.1.0
pandas-ta==0.3.14b
ccxt==4.0.81