ComputationalPhysiology / modelparameters

Library for declaring nested parameteres in Python
https://computationalphysiology.github.io/modelparameters/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Vendor sympy #7

Closed finsberg closed 2 years ago

finsberg commented 2 years ago

Upgrading sympy to the latest version is an impossible taks without a complete rewrite of modelparameters and gotran. Also, several features of the version of sympy that we rely on(version 1.1.1) are deprecated in python 3.10. To work around this, I have vendored sympy as a sub-package of modelparameters and fixed the deprecation errors.