Skip to content

Commit

Permalink
v0.2.37 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Jan 27, 2025
1 parent aa9bf9a commit bd84aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jaxtyping"
version = "0.2.36"
version = "0.2.37"
description = "Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays."
readme = "README.md"
requires-python =">=3.10"
Expand All @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {repository = "https://github.com/google/jaxtyping" }
dependencies = ["wadler_lindig>=0.1.0"]
dependencies = ["wadler_lindig>=0.1.3"]
entry-points = {pytest11 = {jaxtyping = "jaxtyping._pytest_plugin"}}

[build-system]
Expand Down

0 comments on commit bd84aed

Please sign in to comment.