Skip to content

Commit

Permalink
Remove mpmath dependency pin
Browse files Browse the repository at this point in the history
This was pinned in 02e8014 due to an issue with a sympy alpha release. This should not be necessary anymore.

Also re-ordered the dependency list to group deps together.
  • Loading branch information
Balandat committed Nov 28, 2024
1 parent 2e143c9 commit 75f7cc2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
multipledispatch
scipy
mpmath>=0.19,<=1.3
torch>=2.0.1
pyro-ppl>=1.8.4
typing_extensions
pyre_extensions
gpytorch==1.13
linear_operator==0.5.3
torch>=2.0.1
pyro-ppl>=1.8.4
scipy
multipledispatch

0 comments on commit 75f7cc2

Please sign in to comment.