Skip to content

Commit 853f764

Browse files
Relax PIL dependency and remove plotly as it's no longer used (#487)
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
1 parent cc05ada commit 853f764

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/tough-toys-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trackio": minor
3+
---
4+
5+
feat:Relax `PIL` dependency and remove `plotly` as it's no longer used

trackio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"Api",
7979
]
8080

81+
Audio = TrackioAudio
8182
Image = TrackioImage
8283
Video = TrackioVideo
83-
Audio = TrackioAudio
8484

8585

8686
config = {}

0 commit comments

Comments
 (0)