mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-05 22:00:25 +00:00
Pin numpy for python < 3.8
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
numpy==1.25.0
|
||||
numpy==1.25.0; python_version > '3.8'
|
||||
numpy==1.24.3; python_version <= '3.8'
|
||||
pandas==2.0.2
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user