Unverified Commit a4d9cfff authored by Zach Teed's avatar Zach Teed Committed by GitHub
Browse files

Merge pull request #42 from hectorpiteau/master

Add a pyproject for PEP517 and PEP518.
parents 7f687644 ff127035
[build-system]
requires = ["setuptools", "torch>=2.6.0"]
build-backend = "setuptools.build_meta"
[project]
name = "lietorch"
version = "0.2"
description = "Lie Groups for PyTorch"
authors = [
{ name="teedrz", email="zachteed@gmail.com" }
]
version = "0.2"
description = "Lie Groups for PyTorch"
license = { text = "BSD-3-Clause" }
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"torch>=2.6.0",
"numpy<2",
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment