|
15 | 15 |
|
16 | 16 | setup( |
17 | 17 | name="zvt", |
18 | | - version="0.12.2", |
| 18 | + version="0.13.0", |
19 | 19 | description="unified,modular quant framework for human beings ", |
20 | 20 | long_description=long_description, |
21 | 21 | url="https://github.com/zvtvz/zvt", |
|
30 | 30 | "Topic :: Software Development :: Build Tools", |
31 | 31 | "Topic :: Office/Business :: Financial :: Investment", |
32 | 32 | "License :: OSI Approved :: MIT License", |
33 | | - "Programming Language :: Python :: 3.8", |
34 | 33 | "Programming Language :: Python :: 3.9", |
35 | 34 | "Programming Language :: Python :: 3.10", |
| 35 | + "Programming Language :: Python :: 3.11", |
| 36 | + "Programming Language :: Python :: 3.12", |
36 | 37 | ], |
37 | 38 | keywords="quant stock finance fintech big-data zvt technical-analysis trading-platform pandas fundamental-analysis", |
38 | 39 | package_dir={"": "src"}, |
39 | 40 | packages=find_packages(where="src"), |
40 | | - python_requires=">=3.8, <4", |
| 41 | + python_requires=">=3.9, <4", |
41 | 42 | include_package_data=True, |
42 | 43 | install_requires=[ |
43 | 44 | "requests==2.31.0", |
44 | | - "SQLAlchemy==2.0.28", |
| 45 | + "SQLAlchemy==2.0.36", |
45 | 46 | "pandas==2.0.3", |
46 | 47 | "pydantic==2.6.4", |
47 | 48 | "arrow==1.2.3", |
48 | 49 | "openpyxl==3.1.1", |
49 | 50 | "demjson3==3.0.6", |
50 | 51 | "plotly==5.13.0", |
51 | | - "dash==2.8.1", |
| 52 | + "dash==2.18.2", |
52 | 53 | "jqdatapy==0.1.8", |
53 | 54 | "dash-bootstrap-components==1.3.1", |
54 | 55 | "dash_daq==0.5.0", |
55 | | - "scikit-learn==1.2.1", |
| 56 | + "scikit-learn==1.5.2", |
56 | 57 | "fastapi==0.110.0", |
57 | 58 | "fastapi-pagination==0.12.23", |
58 | 59 | "apscheduler==3.10.4", |
|
0 commit comments