Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
JAX 0.2.12 removed custom_transforms.
  • Loading branch information
brianwa84 authored Apr 12, 2021
1 parent 43a9d6c commit f114e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def has_ext_modules(self):
],
keywords='tensorflow probability statistics bayesian machine learning',
extras_require={ # e.g. `pip install tfp-nightly[jax]`
'jax': ['jax', 'jaxlib'],
'jax': ['jax<=0.2.11', 'jaxlib<=0.1.64'],
'tfds': [TFDS_PACKAGE],
}
)

0 comments on commit f114e54

Please sign in to comment.