Skip to content

Commit

Permalink
Set tzlocal package version requirement depending on Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Apr 21, 2024
1 parent 081a5de commit 2b79bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies = [
"backports.zoneinfo >= 0.2.1; python_version < '3.9'",
"clp-ffi-py >= 0.0.9",
"typing-extensions >= 3.7.4",
"tzlocal >= 5.2",
"tzlocal == 5.1; python_version < '3.8'",
"tzlocal >= 5.2; python_version >= '3.8'",
"zstandard >= 0.18.0",
]
classifiers = [
Expand Down

0 comments on commit 2b79bff

Please sign in to comment.