From fd2c53073cd6d57fc3b56e115dfc1ffe105ad019 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:12:49 +0800 Subject: [PATCH] Use released artifact contract dependencies --- requirements-lock.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 2875b07..ad2e80f 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,5 +1,5 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.12 -crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@v0.4.4 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.17 +crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@v0.4.6 python-binance==1.0.36 pandas==3.0.2 numpy==2.4.4 diff --git a/requirements.txt b/requirements.txt index c0f5190..15624ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.12 -crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@v0.4.4 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.17 +crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@v0.4.6 python-binance pandas numpy