Browse Source

update

master
tzquant_zq 1 year ago
parent
commit
32ccb7f13c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tz_crypto_bt.py

+ 1
- 1
tz_crypto_bt.py View File

@ -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__


Loading…
Cancel
Save