environmentalscience / essm

This package contains helpers to deal with physical variables and units.
https://environmentalscience.github.io/essm/
GNU General Public License v2.0
12 stars 5 forks source link

Small changes to adapt to Python 3.7 and Sympy >=1.3 #54

Closed schymans closed 6 years ago

schymans commented 6 years ago

In Sympy 1.3 _Quantity_constructor_postprocessor_Add was removed, so the import does not work any more. I included the function in variables/_core.py now. I also changed the version requirements to include Python 3.7 and Sympy 1.3.