Skip to content

Commit 7bf852c

Browse files
Update flax (#21527)
* Update actions.yml * Update requirements.txt * Update requirements-jax-cuda.txt * Update requirements-jax-cuda.txt * Update requirements.txt
1 parent 4085046 commit 7bf852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
pip install -r requirements.txt --progress-bar off --upgrade
5959
if [ "${{ matrix.nnx_enabled }}" == "true" ]; then
60-
pip install --upgrade git+https://github.com/google/flax.git
60+
pip install --upgrade flax>=0.11.0
6161
fi
6262
pip uninstall -y keras keras-nightly
6363
pip install -e "." --progress-bar off --upgrade

0 commit comments

Comments
 (0)