[build-system] requires=["flit_core >=3.2,<4"] build-backend="flit_core.buildapi" [project] name="atomind_mlip" version="0.0.1" authors=[ {name="Yuan Chiang", email="cyrusyc@lbl.gov"}, ] description="" readme="README.md" requires-python=">=3.8" keywords=[ "pytorch", "machine-learning-interatomic-potentials", "huggingface", "deep-learning", "graph-neural-networks", ] classifiers=[ "Development Status :: 1 - Planning", "Programming Language :: Python", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", ] dependencies=[ "torch", ] [project.urls] Homepage = "https://github.com/atomind-ai/mlip-arena" Issues = "https://github.com/atomind-ai/mlip-arena/issues"