We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e450495 commit 5b8b2fdCopy full SHA for 5b8b2fd
setup.py
@@ -39,7 +39,7 @@ def find_version(*file_paths):
39
40
torch_min = "1.11"
41
install_requires = [
42
- "jaxtyping>=0.2.9",
+ "jaxtyping==0.2.19",
43
"mpmath>=0.19,<=1.3", # avoid incompatibiltiy with torch+sympy with mpmath 1.4
44
"scikit-learn",
45
"scipy>=1.6.0",
0 commit comments