Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 9, 2024
1 parent 929b33b commit 2e06072
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "clusterops"
version = "0.0.1"
version = "0.0.2"
description = "Paper - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand All @@ -23,6 +23,10 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
loguru = "*"
ray = "*"
gputil = "*"



[tool.poetry.group.lint.dependencies]
Expand Down

0 comments on commit 2e06072

Please sign in to comment.