Skip to content

Commit

Permalink
nothing to see here
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp committed Feb 8, 2024
1 parent 54c238c commit 5efff89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ out of `experimental` as a standalone open-source library, and renamed `optax`.

Documentation on Optax can be found at [optax.readthedocs.io](https://optax.readthedocs.io/).


## Installation

You can install the latest released version of Optax from PyPI via:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dependencies = [
"absl-py>=0.7.1",
"chex>=0.1.7",
"jax>=0.1.55",
"jax==0.4.23",
"jaxlib>=0.1.37",
"numpy>=1.18.0",
]
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python --version

# Install dependencies.
pip install --upgrade pip setuptools wheel
pip install flake8 pytest-xdist pylint pylint-exit
pip install flake8 pytest-xdist pylint==3.0.2 pylint-exit
pip install -e ".[test, examples]"

# Dp-accounting specifies exact minor versions as requirements which sometimes
Expand Down

0 comments on commit 5efff89

Please sign in to comment.