Skip to content

Commit

Permalink
import packaging to be compatible with setuptools==70.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie authored and Jamie committed Jun 3, 2024
1 parent a1d0717 commit e5693f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clip/clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import urllib
import warnings
from typing import Any, Union, List
from pkg_resources import packaging
import packaging

import torch
from PIL import Image
Expand Down

0 comments on commit e5693f4

Please sign in to comment.