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

fix issue 1729

This commit is contained in:
Linlang Lv (iSoftStone Information)
2024-04-10 13:59:19 +08:00
parent 0e8571415c
commit 27ab49a0ab

View File

@@ -82,7 +82,7 @@ REQUIRED = [
"dill",
"dataclasses;python_version<'3.7'",
"filelock",
"jinja2", # for passing the readthedocs workflow.
"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'",