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 ...@@ -38,7 +38,6 @@ source .venv/bin/activate
pip install torch torchvision torchaudio wheel pip install torch torchvision torchaudio wheel
# optional: specify GPU architectures # 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" export TORCH_CUDA_ARCH_LIST="7.5;8.6;8.9;9.0"
# install lietorch # install lietorch
......
[build-system] [build-system]
requires = ["setuptools", "torch>=2.6.0"] requires = ["setuptools", "torch", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta:__legacy__"
[project] [project]
name = "lietorch" name = "lietorch"
version = "0.2" version = "0.2"
description = "Lie Groups for PyTorch" description = "Lie Groups for PyTorch"
authors = [ 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" } license = { text = "BSD-3-Clause" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.9"
dependencies = [ dependencies = [
"torch>=2.6.0", "torch",
"numpy<2", "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