Commit f3fbe1d8 authored by Hector Piteau's avatar Hector Piteau
Browse files

add a pyproject for PEP 517


Signed-off-by: default avatarHector Piteau <hector.piteau@lab6.co.jp>
parent 7f687644
[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" }
]
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