File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ cdef bint is_utc_zoneinfo(tzinfo tz):
6565 utc_zoneinfo = ZoneInfo(" UTC" )
6666 except zoneinfo.ZoneInfoNotFoundError:
6767 return False
68- # Warn if tzdata is too old, even if there is a system tzdata to alert
69- # users about the mismatch between local/system tzdata
70- import_optional_dependency(" tzdata" , errors = " warn" , min_version = " 2022.7" )
7168
7269 return tz is utc_zoneinfo
7370
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ dependencies = [
3131 " numpy>=1.23.2; python_version=='3.11'" ,
3232 " numpy>=1.26.0; python_version>='3.12'" ,
3333 " python-dateutil>=2.8.2" ,
34- " pytz>=2020.1" ,
35- " tzdata>=2022.7"
34+ " pytz>=2020.1"
3635]
3736classifiers = [
3837 ' Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments