Fix for non-JAX installations.

This commit is contained in:
Patrick Kidger
2023-05-10 17:16:42 -07:00
parent 7934d2afed
commit 0c596ff373
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "jaxtyping"
version = "0.2.17"
version = "0.2.18"
description = "Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees."
readme = "README.md"
requires-python ="~=3.8"