[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix AutoBNN's pip package by including all of its dependencies (and not
Browse files Browse the repository at this point in the history
just the ones it has in addition to tfp's).

PiperOrigin-RevId: 620032524
  • Loading branch information
ThomasColthurst authored and tensorflower-gardener committed Mar 28, 2024
1 parent df46aff commit ae05b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spinoffs/autobnn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@
'bayeux-ml',
'chex',
'flax',
'jax',
'jaxtyping',
'matplotlib',
'numpy',
'pandas',
'scipy',
'tensorflow-probability'
],
# Add in any packaged data.
exclude_package_data={'': ['BUILD']},
Expand Down

0 comments on commit ae05b63

Please sign in to comment.