mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 00:36:55 +08:00
fix issue 1729
This commit is contained in:
2
setup.py
2
setup.py
@@ -82,7 +82,7 @@ REQUIRED = [
|
|||||||
"dill",
|
"dill",
|
||||||
"dataclasses;python_version<'3.7'",
|
"dataclasses;python_version<'3.7'",
|
||||||
"filelock",
|
"filelock",
|
||||||
"jinja2", # for passing the readthedocs workflow.
|
"jinja2<3.1.0", # for passing the readthedocs workflow.
|
||||||
"gym",
|
"gym",
|
||||||
# Installing the latest version of protobuf for python versions below 3.8 will cause unit tests to fail.
|
# 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'",
|
"protobuf<=3.20.1;python_version<='3.8'",
|
||||||
|
|||||||
Reference in New Issue
Block a user