1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 21:11:50 +08:00

Init workspace and CMDTask (#1537)

* Update setup.py and config

* WIP

* init_workspace and CMDTask

* Delete test_sumarize.py
This commit is contained in:
you-n-g
2023-06-01 23:32:35 +08:00
committed by GitHub
parent 3b56b8e6c0
commit 73d51f05b4
9 changed files with 209 additions and 90 deletions

View File

@@ -2,9 +2,10 @@
# Requirements
Use following install command to complete the project.
```
pydantic
openai
pip install -e '.[finco]'
```