Skip to content

Commit

Permalink
Remove mpmath dependency pin (#2640)
Browse files Browse the repository at this point in the history
Summary:
`mpmath` 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.

Pull Request resolved: #2640

Reviewed By: saitcakmak

Differential Revision: D66580632

Pulled By: Balandat

fbshipit-source-id: 5b3e45316021be810f7470dcd4753c11495efa48
  • Loading branch information
Balandat authored and facebook-github-bot committed Dec 2, 2024
1 parent 2e143c9 commit c15d5fc
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 c15d5fc

Please sign in to comment.