from setuptools import setup, find_packages setup( name="torch_judge", version="0.1.0", packages=find_packages(), python_requires=">=3.10", )