Skip to content

Commit 0eac164

Browse files
[Hotfix] add pytz to requirements (#12845)
* add pytz to requirements * fix it into range * pandas timezone * add changeset * revert to pytz --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
1 parent 26cea7a commit 0eac164

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/nice-ravens-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gradio": patch
3+
---
4+
5+
fix:[Hotfix] add pytz to requirements

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ tomlkit>=0.12.0,<0.14.0
2626
typer>=0.12,<1.0
2727
typing_extensions~=4.0
2828
uvicorn>=0.14.0
29+
pytz>=2017.2

0 commit comments

Comments
 (0)