Skip to content

Commit 8731daa

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Fix jax version to 0.4.28
PiperOrigin-RevId: 642252354
1 parent 76c967f commit 8731daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
TESTS_DEPENDENCIES = [
8888
'dill',
89-
'jax[cpu]',
89+
'jax[cpu]==0.4.28',
9090
'jupyter',
9191
'pytest',
9292
'pytest-shard',

0 commit comments

Comments
 (0)