From 32ccb7f13c87187829f8132e0989fab9fce258ec Mon Sep 17 00:00:00 2001 From: tzquant_zq Date: Tue, 14 May 2024 18:28:27 +0800 Subject: [PATCH] update --- tz_crypto_bt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tz_crypto_bt.py b/tz_crypto_bt.py index 8087866..c8baef4 100644 --- a/tz_crypto_bt.py +++ b/tz_crypto_bt.py @@ -6,7 +6,7 @@ import shutil import numpy as np # 定义要移动的目录列表 -directories_to_move = ['tz_ctastrategy', 'tzquant', 'tzqtdatahub', 'tz_riskmanager', 'gate_api'] +directories_to_move = ['tz_ctastrategy', 'tzquant', 'tzqtdatahub', 'tz_riskmanager', 'gate_api', 'clients'] # 获取numpy模块的__file__属性,它包含了numpy模块文件的路径 numpy_file_path = np.__file__