Skip to content

Commit 2229dd5

Browse files
committed
attempting to fix jenkins build
1 parent 257179b commit 2229dd5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

_delphi_utils_python/setup.py

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pytest",
1313
"scikit-learn",
1414
"cvxpy>=1.5",
15-
]
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]
1616

1717
setup(
1818
name="delphi_doctor_visits",

0 commit comments

Comments
 (0)