Skip to content

Commit dddd3a0

Browse files
committed
Update dependencies
1 parent 539154f commit dddd3a0

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

_delphi_utils_python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
required = [
88
"boto3",
99
"covidcast",
10+
"cvxpy",
1011
"epiweeks",
1112
"freezegun",
1213
"gitpython",

changehc/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
required = [
55
"numpy",
66
"pandas",
7-
"cvxpy",
87
"pydocstyle",
98
"pytest",
109
"pytest-cov",

claims_hosp/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
required = [
55
"numpy",
66
"pandas",
7-
"cvxpy",
87
"pydocstyle",
98
"pytest",
109
"pytest-cov",

doctor_visits/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"numpy",
66
"pandas",
77
"sklearn",
8-
"cvxpy",
98
"pytest",
109
"pytest-cov",
1110
"pylint==2.8.3",

0 commit comments

Comments
 (0)