Skip to content

Commit 4e04b4c

Browse files
committed
adding dependency
1 parent a38e080 commit 4e04b4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_delphi_utils_python/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ classifiers = [
1818
dependencies = [
1919
"boto3",
2020
"covidcast",
21-
"cvxpy",
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
2222
"epiweeks",
2323
"gitpython",
2424
"importlib_resources>=1.3",
2525
"numpy",
2626
"pandas>=1.1.0",
2727
"slackclient",
28+
"scs<3.2.6",
2829
"structlog",
2930
"xlrd",
3031
]

0 commit comments

Comments
 (0)