mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 05:11:15 +00:00
Simplify requirements for 3.9+
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user