sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
https://cowasm.org
BSD 3-Clause "New" or "Revised" License
491 stars 25 forks source link

upgrade to mpmath 1.3 #65

Open williamstein opened 1 year ago

williamstein commented 1 year ago

After many years, mpmath is now at version 1.3! (Instead of 1.0.)

It would be nice to upgrade cowasm to use it. Installing it is fine, but the test suite now uses pytest, so actually running the test suite is the blocker now for this issue.