
    bIgt                    ,    d dl mZ d dlmZ ddZddZy)    )annotations)parsec                L    ddl }t        |j                        t        |       k  S )zBReturns True if the numpy version is older than the given version.r   N)numpyversion__version__)verr   s     T/var/www/html/answerous/venv/lib/python3.12/site-packages/onnx/test/version_utils.pynumpy_older_thanr   	   s    5$$%44    c                L    ddl }t        |j                        t        |       k  S )zCReturns True if the pillow version is older than the given version.r   N)PILr   r   )r	   r   s     r
   pillow_older_thanr      s    3??#gcl22r   N)r	   strreturnbool)
__future__r   packaging.versionr   r   r   r    r   r
   <module>r      s    # .53r   