Skip to content

Commit

Permalink
repo: add lower bounds to deps, set pandas>=2
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Oct 10, 2024
1 parent 8d43b5e commit f87256e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"appdirs",
"diskcache",
"appdirs>=1.4.4",
"diskcache>=5.6.3",
"epiweeks>=2.1",
"pandas>=1",
"pandas>=2",
"requests>=2.25",
"tenacity",
"tenacity>=9.0.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit f87256e

Please sign in to comment.