Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: make tensorflow an optional dependency #394

Merged
merged 9 commits into from
Jan 5, 2022
Merged

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Jan 5, 2022

All computational backends are now optional dependencies (apart from NumPy). So for instance, to install TensorWaves with JAX, run:

pip install tensorwaves[jax]

To do amplitude analysis, install with:

pip install tensorwaves[jax,pwa]

@redeboer redeboer added the ⚠️ Interface Breaking changes to the API label Jan 5, 2022
@redeboer redeboer added this to the 0.4.1 milestone Jan 5, 2022
@redeboer redeboer self-assigned this Jan 5, 2022
@redeboer redeboer enabled auto-merge (squash) January 5, 2022 11:49
@redeboer redeboer merged commit 5b63334 into main Jan 5, 2022
@redeboer redeboer deleted the optional-tensorflow branch January 5, 2022 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ Interface Breaking changes to the API
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

2 participants