Skip to content

Commit

Permalink
fix: remove covidcast from indicator setup.py dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Aug 10, 2024
1 parent 1f59e06 commit 7f60275
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion _delphi_utils_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

required = [
"boto3",
"covidcast",
"delphi-epidata",
"cvxpy",
"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
Expand Down
1 change: 0 additions & 1 deletion _template_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from setuptools import find_packages

required = [
"covidcast",
"darker[isort]~=2.1.1",
"delphi-utils",
"numpy",
Expand Down
1 change: 0 additions & 1 deletion changehc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

required = [
"boto3",
"covidcast",
"darker[isort]~=2.1.1",
"delphi-utils",
"moto~=4.2.14",
Expand Down
1 change: 0 additions & 1 deletion claims_hosp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from setuptools import find_packages

required = [
"covidcast",
"darker[isort]~=2.1.1",
"delphi-utils",
"numpy",
Expand Down
1 change: 0 additions & 1 deletion hhs_hosp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from setuptools import find_packages

required = [
"covidcast",
"darker[isort]~=2.1.1",
"delphi-epidata",
"delphi-utils",
Expand Down
1 change: 0 additions & 1 deletion quidel_covidtest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from setuptools import find_packages

required = [
"covidcast",
"darker[isort]~=2.1.1",
"delphi-utils",
"imap-tools",
Expand Down
1 change: 0 additions & 1 deletion sir_complainsalot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from setuptools import find_packages

required = [
"covidcast",
"darker[isort]~=2.1.1",
"delphi-utils",
"pandas",
Expand Down

0 comments on commit 7f60275

Please sign in to comment.