import packaging to be compatible with setuptools==70.0.0

This commit is contained in:
Jamie 2024-06-03 15:38:03 +01:00
parent a1d071733d
commit e5693f4006
1 changed files with 1 additions and 1 deletions

View File

@ -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