Skip to content

Commit f114e54

Browse files
authored
Update setup.py
JAX 0.2.12 removed custom_transforms.
1 parent 43a9d6c commit f114e54

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)