Skip to content

Commit f87256e

Browse files
committed
repo: add lower bounds to deps, set pandas>=2
1 parent 8d43b5e commit f87256e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ classifiers = [
3030
]
3131
requires-python = ">=3.8"
3232
dependencies = [
33-
"appdirs",
34-
"diskcache",
33+
"appdirs>=1.4.4",
34+
"diskcache>=5.6.3",
3535
"epiweeks>=2.1",
36-
"pandas>=1",
36+
"pandas>=2",
3737
"requests>=2.25",
38-
"tenacity",
38+
"tenacity>=9.0.0",
3939
]
4040

4141
[project.optional-dependencies]

0 commit comments

Comments
 (0)