Skip to content

Commit

Permalink
fix: set lower limit on TensorWaves for jax
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 30, 2021
1 parent 567aeb2 commit 7c1bab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_requires =
matplotlib
mpl_interactions
qrules[viz]
tensorwaves[jax]
tensorwaves[jax] >= 0.2.1 # extras_require jax
setup_requires =
setuptools_scm

Expand Down

0 comments on commit 7c1bab9

Please sign in to comment.