Closed Schaechtle closed 2 years ago
Updates Sympy and changes the import of limit (as this seems to have moved in the later versions of Sympy).
limit
Newer versions of Nix packages are required for installations on ARM Macs. These newer packages are not compatible with the old version of Sympy.
Tested by running:
$ python3 -m pip install . $ pytest tests/
What does this do?
Updates Sympy and changes the import of
limit
(as this seems to have moved in the later versions of Sympy).Why do we want this?
Newer versions of Nix packages are required for installations on ARM Macs. These newer packages are not compatible with the old version of Sympy.
How was this tested?
Tested by running: