import packaging to be compatible with setuptools==70.0.0
This commit is contained in:
parent
a1d071733d
commit
e5693f4006
|
|
@ -3,7 +3,7 @@ import os
|
||||||
import urllib
|
import urllib
|
||||||
import warnings
|
import warnings
|
||||||
from typing import Any, Union, List
|
from typing import Any, Union, List
|
||||||
from pkg_resources import packaging
|
import packaging
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue