Skip to content

Commit 5b8b2fd

Browse files
committed
Lock version of jaxtyping
1 parent e450495 commit 5b8b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def find_version(*file_paths):
3939

4040
torch_min = "1.11"
4141
install_requires = [
42-
"jaxtyping>=0.2.9",
42+
"jaxtyping==0.2.19",
4343
"mpmath>=0.19,<=1.3", # avoid incompatibiltiy with torch+sympy with mpmath 1.4
4444
"scikit-learn",
4545
"scipy>=1.6.0",

0 commit comments

Comments
 (0)