Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
install_requires += [
"scipy",
"jaxtyping",
"mpmath>=0.19,<=1.3", # avoid incompatibiltiy with torch+sympy with mpmath 1.4
]


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