diff --git a/README.md b/README.md index c238948..6f9a517 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ def accepts_pytree_of_arrays(x: PyTree[Float[Array, "batch c1 c2"]]): pip install jaxtyping ``` -Requires JAX 0.3.4+. - Also install your favourite runtime type-checking package. The two most popular are [typeguard](https://github.com/agronholm/typeguard) (which exhaustively checks every argument) and [beartype](https://github.com/beartype/beartype) (which checks random pieces of arguments). ## Documentation