Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect upper bound from
pytz
dependency
Change the `pytz` dependency to use the `>=` operator rather than `^`, in order to allow installing newer versions. `pytz` uses calendar versioning rather than semantic versioning, so the `^` operator is meaningless there. Furthermore, since `pytz` version corresponds to the timezone data release, allowing the newest version is important to permit using up-to-date tzinfo.
- Loading branch information