Skip to content

Commit

Permalink
fix deprecated version format
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkeun00 committed Oct 10, 2023
1 parent c6105e2 commit 3c495a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dynamic = ["version", "description"]
requires-python = ">=3.6,<3.11"

dependencies = [
"torch>=1.8.*",
"numpy>=1.9.*",
"torch>=1.8.0",
"numpy>=1.9.0",
]

[tool.flit.module]
Expand Down

0 comments on commit 3c495a0

Please sign in to comment.