File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919# -- Project information -----------------------------------------------------
2020
2121project = "zvt"
22- copyright = "2022 , foolcage"
22+ copyright = "2025 , foolcage"
2323author = "foolcage"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "0.13.0 "
26+ release = "0.13.2 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "zvt" ,
18- version = "0.13.1 " ,
18+ version = "0.13.2 " ,
1919 description = "unified,modular quant framework for human beings " ,
2020 long_description = long_description ,
2121 url = "https://github.com/zvtvz/zvt" ,
4141 python_requires = ">=3.9, <4" ,
4242 include_package_data = True ,
4343 install_requires = [
44- "requests==2.31 .0" ,
44+ "requests==2.32 .0" ,
4545 "SQLAlchemy==2.0.36" ,
46- "pandas==2.0 .3" ,
46+ "pandas==2.2 .3" ,
4747 "pydantic==2.6.4" ,
4848 "arrow==1.2.3" ,
4949 "openpyxl==3.1.1" ,
5757 "fastapi==0.110.0" ,
5858 "fastapi-pagination==0.12.23" ,
5959 "apscheduler==3.10.4" ,
60- "eastmoneypy==0.1.7 " ,
60+ "eastmoneypy==0.1.9 " ,
6161 "orjson==3.10.3" ,
62+ "numpy==2.1.3" ,
6263 ],
6364 project_urls = { # Optional
6465 "Bug Reports" : "https://github.com/zvtvz/zvt/issues" ,
7172 "console_scripts" : [
7273 "zvt = zvt.main:main" ,
7374 "zvt_server = zvt.zvt_server:main" ,
74- "zvt_plugin = zvt.plugin:main" ,
7575 "zvt_export = zvt.plugin:export" ,
7676 ],
7777 },
You can’t perform that action at this time.
0 commit comments