Skip to content

Commit d8052c9

Browse files
authored
Remove version pins for mpmath and typeguard (#112)
These are old pins that are unnecssary at this point: - `typeguard` is not a dependency of `jaxtyping` since https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.2.35 - the `mpmath` version incompatibility has been resolved in newer sympy versions: sympy/sympy#26273 (comment)
1 parent dca438e commit d8052c9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
install_requires += [
4141
"scipy",
4242
"jaxtyping",
43-
"mpmath>=0.19,<=1.3", # avoid incompatibiltiy with torch+sympy with mpmath 1.4
4443
]
4544

4645

@@ -93,8 +92,6 @@ def find_version(*file_paths):
9392
"flake8==5.0.4",
9493
"flake8-print==5.0.0",
9594
"pytest",
96-
"typeguard~=2.13.3" # jaxtyping seems to only be compatible with older typeguard versions
97-
# https://github.com/patrick-kidger/jaxtyping/commit/77c263c3def8ea3bcb7d7642c5a8402c16cf76fb
9895
],
9996
},
10097
test_suite="test",

0 commit comments

Comments
 (0)