Commit dba5fea1 authored by Zach Teed's avatar Zach Teed
Browse files

update pyproject.toml

parent 039385ed
......@@ -38,7 +38,6 @@ source .venv/bin/activate
pip install torch torchvision torchaudio wheel
# optional: specify GPU architectures
# https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
export TORCH_CUDA_ARCH_LIST="7.5;8.6;8.9;9.0"
# install lietorch
......
[build-system]
requires = ["setuptools", "torch>=2.6.0"]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "torch", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"
[project]
name = "lietorch"
version = "0.2"
description = "Lie Groups for PyTorch"
authors = [
{ name="teedrz", email="zachteed@gmail.com" }
{ name="Zachary Teed", email="zachteed@gmail.com" }
]
version = "0.2"
description = "Lie Groups for PyTorch"
license = { text = "BSD-3-Clause" }
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.9"
dependencies = [
"torch>=2.6.0",
"numpy<2",
"torch",
"numpy",
]
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