Skip to content

Commit 4ae5b35

Browse files
authored
Merge pull request #1496 from cmu-delphi/ndefries/pin-gs-pandas
Pin google-symptoms pandas to previous version
2 parents c24d4f7 + 57ead48 commit 4ae5b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_symptoms/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
required = [
55
"mock",
66
"numpy",
7-
"pandas",
7+
"pandas==1.3.5",
88
"pydocstyle",
99
"pytest",
1010
"pytest-cov",

0 commit comments

Comments
 (0)