Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
runame authored Nov 13, 2024
1 parent 13f68b7 commit fc584d4
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 @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "optimizers"
name = "torch-shampoo"
version = "1.0.0"
dependencies = [
"torch>=2.2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@ examples = [
]

dev = [
"optimizers[examples]",
"torch-shampoo[examples]",
"ruff",
"usort",
"mypy",
Expand Down

0 comments on commit fc584d4

Please sign in to comment.