We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcd82c commit 66319ccCopy full SHA for 66319cc
pyproject.toml
@@ -23,11 +23,10 @@ description = "A Quantitative-research Platform"
23
requires-python = ">=3.8.0"
24
readme = {file = "README.md", content-type = "text/markdown"}
25
26
-# On 2025-04-02 osqp released version 1.0.2, osqp is used as a dependency for qlib.
+# On 2025-04-02 osqp released version 1.0.2, osqp is used as a dependency for cvxpy.
27
# It would lead to errors installing qlib, so we limited the version of osqp.
28
# refs: https://github.com/osqp/osqp/issues/728
29
dependencies = [
30
- "osqp<1.0.2",
31
"pyyaml",
32
"numpy",
33
"pandas",
@@ -43,6 +42,7 @@ dependencies = [
43
42
"loguru",
44
"lightgbm",
45
"gym",
+ "osqp<1.0.2",
46
"cvxpy",
47
"joblib",
48
"matplotlib",
0 commit comments