Skip to content

Commit

Permalink
Added minimum version for tzlocal
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-talon committed Jun 14, 2024
1 parent bdad0e3 commit 18458a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run_setup(try_c: bool = True):
'pandas': ['pandas'],
'arrow': ['pyarrow'],
'orjson': ['orjson'],
'tzlocal': ['tzlocal'],
'tzlocal': ['tzlocal>=4.0'],
},
tests_require=['pytest'],
entry_points={
Expand Down

0 comments on commit 18458a7

Please sign in to comment.