From a7681fc7124de042a20f1fedee026da24757ebfd Mon Sep 17 00:00:00 2001 From: gaardiolor Date: Sun, 27 Oct 2024 12:27:54 +0100 Subject: [PATCH] revert ccxt version bump --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b1d2defb..4f0fc2532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.4.2 numexpr==2.10.1 pandas-ta==0.3.14b -ccxt==4.4.22 +ccxt==4.4.20 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==43.0.3; platform_machine != 'armv7l' aiohttp==3.10.10