mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
fix(client): fix missing dependencies and unsafe pickle usage
This commit is contained in:
5
Makefile
5
Makefile
@@ -100,8 +100,11 @@ test:
|
||||
analysis:
|
||||
python -m pip install -e .[analysis]
|
||||
|
||||
client:
|
||||
python -m pip install -e .[client]
|
||||
|
||||
all:
|
||||
python -m pip install -e .[pywinpty,dev,lint,docs,package,test,analysis,rl]
|
||||
python -m pip install -e .[pywinpty,dev,lint,docs,package,test,analysis,rl,client]
|
||||
|
||||
install: prerequisite dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user