Skip to content

Commit af0887c

Browse files
committed
fixes typos and requirements
1 parent 25c7f59 commit af0887c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ pandas
55
# packaging
66
setuptools>=41.4.0
77
wheel>=0.33.6
8+
9+
# historical data
10+
tushare

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"Programming Language :: Python :: Implementation :: PyPy",
3434
],
3535
keywords="Financial Large Language Models",
36-
platform=["any"],
36+
platforms=["any"],
3737
python_requires=">=3.6",
3838
)

0 commit comments

Comments
 (0)