From e5693f4006e966782679264cad5240588fbb8969 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 3 Jun 2024 15:38:03 +0100 Subject: [PATCH] import packaging to be compatible with setuptools==70.0.0 --- clip/clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clip/clip.py b/clip/clip.py index f7a5da5..58afd83 100644 --- a/clip/clip.py +++ b/clip/clip.py @@ -3,7 +3,7 @@ import os import urllib import warnings from typing import Any, Union, List -from pkg_resources import packaging +import packaging import torch from PIL import Image