Skip to content

Commit 66319cc

Browse files
committed
optimize code
1 parent 1fcd82c commit 66319cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ description = "A Quantitative-research Platform"
2323
requires-python = ">=3.8.0"
2424
readme = {file = "README.md", content-type = "text/markdown"}
2525

26-
# On 2025-04-02 osqp released version 1.0.2, osqp is used as a dependency for qlib.
26+
# On 2025-04-02 osqp released version 1.0.2, osqp is used as a dependency for cvxpy.
2727
# It would lead to errors installing qlib, so we limited the version of osqp.
2828
# refs: https://github.com/osqp/osqp/issues/728
2929
dependencies = [
30-
"osqp<1.0.2",
3130
"pyyaml",
3231
"numpy",
3332
"pandas",
@@ -43,6 +42,7 @@ dependencies = [
4342
"loguru",
4443
"lightgbm",
4544
"gym",
45+
"osqp<1.0.2",
4646
"cvxpy",
4747
"joblib",
4848
"matplotlib",

0 commit comments

Comments
 (0)