Skip to content

Commit d20f681

Browse files
committed
Release 0.13.0
1 parent 2badc51 commit d20f681

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "foolcage"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.10.5"
26+
release = "0.13.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="zvt",
18-
version="0.12.2",
18+
version="0.13.0",
1919
description="unified,modular quant framework for human beings ",
2020
long_description=long_description,
2121
url="https://github.com/zvtvz/zvt",
@@ -30,29 +30,30 @@
3030
"Topic :: Software Development :: Build Tools",
3131
"Topic :: Office/Business :: Financial :: Investment",
3232
"License :: OSI Approved :: MIT License",
33-
"Programming Language :: Python :: 3.8",
3433
"Programming Language :: Python :: 3.9",
3534
"Programming Language :: Python :: 3.10",
35+
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
3637
],
3738
keywords="quant stock finance fintech big-data zvt technical-analysis trading-platform pandas fundamental-analysis",
3839
package_dir={"": "src"},
3940
packages=find_packages(where="src"),
40-
python_requires=">=3.8, <4",
41+
python_requires=">=3.9, <4",
4142
include_package_data=True,
4243
install_requires=[
4344
"requests==2.31.0",
44-
"SQLAlchemy==2.0.28",
45+
"SQLAlchemy==2.0.36",
4546
"pandas==2.0.3",
4647
"pydantic==2.6.4",
4748
"arrow==1.2.3",
4849
"openpyxl==3.1.1",
4950
"demjson3==3.0.6",
5051
"plotly==5.13.0",
51-
"dash==2.8.1",
52+
"dash==2.18.2",
5253
"jqdatapy==0.1.8",
5354
"dash-bootstrap-components==1.3.1",
5455
"dash_daq==0.5.0",
55-
"scikit-learn==1.2.1",
56+
"scikit-learn==1.5.2",
5657
"fastapi==0.110.0",
5758
"fastapi-pagination==0.12.23",
5859
"apscheduler==3.10.4",

0 commit comments

Comments
 (0)