Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
lietorch
Commits
dba5fea1
Commit
dba5fea1
authored
May 09, 2025
by
Zach Teed
Browse files
update pyproject.toml
parent
039385ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
README.md
README.md
+0
-1
pyproject.toml
pyproject.toml
+6
-8
No files found.
README.md
View file @
dba5fea1
...
@@ -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
...
...
pyproject.toml
View file @
dba5fea1
[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=
"
t
eed
rz
"
,
email=
"zachteed@gmail.com"
}
{
name=
"
Zachary T
eed"
,
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"
,
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment