1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

change_datasource (#1109)

* change_datasource

* split_test_data_and_complete_data

* fix_CI
This commit is contained in:
Linlang
2022-05-31 19:35:49 +08:00
committed by GitHub
parent 14b2b355a7
commit e874ef2bc1
3 changed files with 4 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ REQUIRED = [
"filelock",
"jinja2<3.1.0", # for passing the readthedocs workflow.
"gym",
# Installing the latest version of protobuf for python versions below 3.8 will cause unit tests to fail.
"protobuf<=3.20.1;python_version<='3.8'",
]
# Numpy include