Skip to content

Commit

Permalink
Merge pull request tensorflow#1300 from tensorflow/brianwa84-patch-3
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
brianwa84 authored Apr 14, 2021
2 parents 43a9d6c + f114e54 commit b1a08b3
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 b1a08b3

Please sign in to comment.