Skip to content

Commit

Permalink
Fix version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed May 31, 2024
1 parent e8ecb2b commit 7780f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ authors = [
{ name = "Ligeng Zhu", email = "[email protected]" }
]
maintainers = [
{ name = "Ligeng Zhu", email = "[email protected]" }
{ name = "Glenn Jocher" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -57,6 +57,7 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
]
dependencies = [
"numpy",
"torch",
]

Expand Down

0 comments on commit 7780f92

Please sign in to comment.