fixes typos and requirements

This commit is contained in:
RadientBrain
2023-06-20 11:29:09 +05:30
parent 25c7f597fd
commit af0887c8a8
2 changed files with 4 additions and 1 deletions

View File

@@ -5,3 +5,6 @@ pandas
# packaging
setuptools>=41.4.0
wheel>=0.33.6
# historical data
tushare

View File

@@ -33,6 +33,6 @@ setup(
"Programming Language :: Python :: Implementation :: PyPy",
],
keywords="Financial Large Language Models",
platform=["any"],
platforms=["any"],
python_requires=">=3.6",
)