Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jun 4, 2024
1 parent 35cd387 commit 183a860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion frame_averaging_pytorch/frame_averaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,3 @@ def frame_average(out):
return out

return (out, *rest)

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "frame-averaging-pytorch"
version = "0.0.16"
version = "0.0.17"
description = "Frame Averaging"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand All @@ -25,7 +25,7 @@ classifiers=[
dependencies = [
"torch>=2.0",
"einops>=0.8.0",
'optree',
"optree"
]

[project.urls]
Expand All @@ -47,4 +47,4 @@ dev-dependencies = []
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["frame-averaging-pytorch"]
packages = ["frame_averaging_pytorch"]

0 comments on commit 183a860

Please sign in to comment.