Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setup(
name="clu",
version="0.0.9",
description=("Set of libraries for ML training loops in JAX."),
description="Set of libraries for ML training loops in JAX.",
author="Common Loop Utils Authors",
author_email="no-reply@google.com",
long_description=open("README.md").read(),
Expand All @@ -49,7 +49,7 @@
"jax",
"jaxlib",
"ml_collections",
"numpy",
"numpy==1.23.1",
"packaging",
"typing_extensions",
"wrapt",
Expand Down