Skip to content

Commit

Permalink
修改: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Apr 22, 2024
1 parent ee13192 commit e809e1f
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 @@ -11,7 +11,7 @@ readme = "README.md"
requires-python = ">=3.10"

dependencies = [
"d2py"
"d2py[dev]"
]

maintainers = [
Expand Down Expand Up @@ -54,7 +54,7 @@ coverage = [
"torch_book[test]",
]
dev = [
"pyyaml",
"invoke",
"pre-commit",
"torch_book[coverage]",
]
Expand Down

0 comments on commit e809e1f

Please sign in to comment.