Skip to content

Commit a54bc10

Browse files
committed
move comment to right package
1 parent 4e04b4c commit a54bc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_delphi_utils_python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ classifiers = [
1818
dependencies = [
1919
"boto3",
2020
"covidcast",
21-
"cvxpy", # TODO: remove this ; it is a cvxpy dependency, and the excluded version appears to break our jenkins build. see: https://github.com/cvxgrp/scs/issues/283
21+
"cvxpy",
2222
"epiweeks",
2323
"gitpython",
2424
"importlib_resources>=1.3",
2525
"numpy",
2626
"pandas>=1.1.0",
2727
"slackclient",
28-
"scs<3.2.6",
28+
"scs<3.2.6", # TODO: remove this ; it is a cvxpy dependency, and the excluded version appears to break our jenkins build. see: https://github.com/cvxgrp/scs/issues/283
2929
"structlog",
3030
"xlrd",
3131
]

0 commit comments

Comments
 (0)