File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55[ ![ Python] ( https://img.shields.io/badge/Python-3.9+-blue.svg )] ( https://www.python.org/ )
66[ ![ License] ( https://img.shields.io/badge/License-AGPL--3.0-blue.svg )] ( LICENSE )
77[ ![ License: Commercial] ( https://img.shields.io/badge/License-Commercial--Available-red )] ( licenses/LICENSE-COMMERCIAL.md )
8- [ ![ Version] ( https://img.shields.io/badge/Version-2.4.1 -orange.svg )] ( # )
8+ [ ![ Version] ( https://img.shields.io/badge/Version-2.4.2 -orange.svg )] ( # )
99[ ![ PyPI] ( https://img.shields.io/pypi/v/simtradelab.svg )] ( https://pypi.org/project/simtradelab/ )
1010[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/simtradelab.svg )] ( https://pypi.org/project/simtradelab/ )
1111
@@ -27,7 +27,7 @@ SimTradeLab(深测Lab) 是一个由社区独立开发的开源策略回测
2727- 📊 ** 完整统计报告** - 收益、风险、交易明细、持仓批次、FIFO分红税
2828- 🔌 ** 模块化设计** - 清晰的代码结构,易于扩展和定制
2929
30- ** 当前版本:** v2.4.1 | ** 开发状态:** 核心功能完善,正在策略实战中持续优化
30+ ** 当前版本:** v2.4.2 | ** 开发状态:** 核心功能完善,正在策略实战中持续优化
3131
3232---
3333
Original file line number Diff line number Diff line change 11# Poetry configuration
22[tool .poetry ]
33name = " simtradelab"
4- version = " 2.4.1 "
4+ version = " 2.4.2 "
55description = " 开源策略回测框架,灵感来自PTrade的事件驱动模型,提供轻量、清晰、可插拔的策略验证环境"
66authors = [" kay <kayou@duck.com>" ]
77license = " AGPL-3.0-or-later"
@@ -32,6 +32,7 @@ classifiers = [
3232[tool .poetry .dependencies ]
3333python = " ^3.9"
3434pandas = " *"
35+ pyarrow = " >=10.0.0"
3536numpy = " <2.0"
3637cachetools = " ^5.3.0"
3738joblib = " ^1.3.0"
You can’t perform that action at this time.
0 commit comments