
    wi@                    .    d dl mZ d dlmZ d
dZd
dZd	S )    )annotations)parseverstrreturnboolc                T    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__)r   r
   s     g/root/.openclaw/workspace/chatterbox_venv_py311/lib/python3.11/site-packages/onnx/test/version_utils.pynumpy_older_thanr   	   s'    LLL5$%%44    c                T    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&    JJJ3?##gcll22r   N)r   r   r   r   )
__future__r   packaging.versionr   r   r   r    r   r   <module>r      s]    # " " " " " . . . . . .5 5 5 53 3 3 3 3 3r   