Skip to content

Commit b1a08b3

Browse files
authored
Merge pull request #1300 from tensorflow/brianwa84-patch-3
Update setup.py
2 parents 43a9d6c + f114e54 commit b1a08b3

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
@@ -105,7 +105,7 @@ def has_ext_modules(self):
105105
],
106106
keywords='tensorflow probability statistics bayesian machine learning',
107107
extras_require={ # e.g. `pip install tfp-nightly[jax]`
108-
'jax': ['jax', 'jaxlib'],
108+
'jax': ['jax<=0.2.11', 'jaxlib<=0.1.64'],
109109
'tfds': [TFDS_PACKAGE],
110110
}
111111
)

0 commit comments

Comments
 (0)