Skip to content

Commit 5d4fdbd

Browse files
authored
attempt to fix jenkins builds (#1988)
1 parent 257179b commit 5d4fdbd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

_delphi_utils_python/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"boto3",
99
"covidcast",
1010
"cvxpy",
11+
"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
1112
"darker[isort]~=2.1.1",
1213
"epiweeks",
1314
"freezegun",

claims_hosp/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"pytest-cov",
1515
"pytest",
1616
"cvxpy<1.6",
17+
"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
1718
]
1819

1920
setup(

doctor_visits/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"pytest",
1313
"scikit-learn",
1414
"cvxpy>=1.5",
15+
"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
1516
]
1617

1718
setup(

0 commit comments

Comments
 (0)