Skip to content

Commit

Permalink
Updated project dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Nov 29, 2024
1 parent 98ef64c commit e2e002f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ Homepage = "https://github.com/mlinfra-io/mlinfra"
Repository = "https://github.com/mlinfra-io/mlinfra.git"
Documentation = "https://mlinfra.io/"

[tool.uv]
dev-dependencies = [
[project.optional-dependencies]
dev = [
"pre-commit",
"pytest",
"pytest-mock",
"zipp>=3.20.2",
"zipp>=3.20.2"
]
docs = [
"mkdocs-material",
"mkdocs-git-revision-date-localized-plugin",
"mike",
Expand Down
34 changes: 16 additions & 18 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2e002f

Please sign in to comment.