Skip to content

Commit 7f60275

Browse files
committed
fix: remove covidcast from indicator setup.py dependencies
1 parent 1f59e06 commit 7f60275

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

_delphi_utils_python/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
required = [
88
"boto3",
9-
"covidcast",
109
"delphi-epidata",
1110
"cvxpy",
1211
"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

_template_python/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from setuptools import find_packages
33

44
required = [
5-
"covidcast",
65
"darker[isort]~=2.1.1",
76
"delphi-utils",
87
"numpy",

changehc/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
required = [
55
"boto3",
6-
"covidcast",
76
"darker[isort]~=2.1.1",
87
"delphi-utils",
98
"moto~=4.2.14",

claims_hosp/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from setuptools import find_packages
33

44
required = [
5-
"covidcast",
65
"darker[isort]~=2.1.1",
76
"delphi-utils",
87
"numpy",

hhs_hosp/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from setuptools import find_packages
33

44
required = [
5-
"covidcast",
65
"darker[isort]~=2.1.1",
76
"delphi-epidata",
87
"delphi-utils",

quidel_covidtest/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from setuptools import find_packages
33

44
required = [
5-
"covidcast",
65
"darker[isort]~=2.1.1",
76
"delphi-utils",
87
"imap-tools",

sir_complainsalot/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from setuptools import find_packages
33

44
required = [
5-
"covidcast",
65
"darker[isort]~=2.1.1",
76
"delphi-utils",
87
"pandas",

0 commit comments

Comments
 (0)