Add pandas 3.7 requirements workaround
This commit is contained in:
parent
fd1828c283
commit
aacddf64cf
@ -1,6 +1,7 @@
|
|||||||
numpy==1.21.5; python_version <= '3.7'
|
numpy==1.21.5; python_version <= '3.7'
|
||||||
numpy==1.22.1; python_version > '3.7'
|
numpy==1.22.1; python_version > '3.7'
|
||||||
pandas==1.4.0
|
pandas==1.3.5; python_version <= '3.7'
|
||||||
|
pandas==1.4.0; python_version > '3.7'
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==1.68.20
|
ccxt==1.68.20
|
||||||
|
Loading…
Reference in New Issue
Block a user