Skip to content

Commit

Permalink
Update dynamic version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Sep 6, 2024
1 parent 6ed5bc7 commit 625ebdc
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 @@ -22,7 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Typing :: Typed",
]
dynamic = ["version"]
# dynamic = ["version"]
version = "0.1.0"
dependencies = [
"torch",
"torchvision",
Expand Down

0 comments on commit 625ebdc

Please sign in to comment.