第六版

This commit is contained in:
YuWuKunCheng
2026-05-26 23:23:12 +08:00
parent a67540fc95
commit b34bf88ae9
631 changed files with 45031 additions and 77 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "chanlun-py"
version = "26.5.10"
version = "26.5.11"
edition = "2021"
description = "缠论技术分析库 — Rust 高性能 Python 绑定"
authors = ["YuYuKunKun"]
@@ -14,7 +14,7 @@ name = "chanlun"
[dependencies]
# 发布至 PyPI 前,需先将 chanlun 发布至 crates.io,然后替换为版本号依赖:
# chanlun = "0.1"
chanlun = { path = "../chanlun" }
chanlun = "25.5.1" # { path = "../chanlun" }
pyo3 = { version = "0.28", features = ["extension-module"] }
serde_json = "1"
chrono = "0.4"