1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 20:41:09 +08:00

fix(client): fix missing dependencies and unsafe pickle usage (#2072)

* fix(client): fix missing dependencies and unsafe pickle usage

* ci: exclude client extra from default install to avoid macOS CI failures

* fix: CI error

* ci: install dependencies with --no-cache-dir to avoid disk space issues
This commit is contained in:
Linlang
2025-12-18 15:29:48 +08:00
committed by GitHub
parent 2e9a00a9f7
commit cb285bccac
3 changed files with 22 additions and 15 deletions

View File

@@ -101,6 +101,10 @@ analysis = [
"plotly",
"statsmodels",
]
client = [
"python-socketio<6",
"tables",
]
# In the process of releasing a new version, when checking the manylinux package with twine, an error is reported:
# InvalidDistribution: Invalid distribution metadata: unrecognized or malformed field 'license-file'