Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix maximum version limit for mpmath (#6482)
The `1.3.*` pattern is invalid in `install_requires` context. The `mpmath<1.4` spec prohibits pre-releases of 1.4 such as 1.4.0a0. Related to #6475
- Loading branch information