Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549940825
  • Loading branch information
Marvin182 authored and copybara-github committed Jul 21, 2023
1 parent 2b28d3b commit aae7ff8
Showing 1 changed file with 2 additions and 2 deletions.
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="[email protected]",
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

0 comments on commit aae7ff8

Please sign in to comment.