nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
44 stars 46 forks source link

any chance for support of sympy 1.12.1 #1063

Open jhgoebbert opened 1 month ago

jhgoebbert commented 1 month ago

Has anyone tested nestml with sympy>=1.12.1?

I see there are known reasons to stick to sympy<1.11 in requirements.txt: https://github.com/nest/nestml/issues/806 and an issue was opened at sympy: https://github.com/sympy/sympy/issues/24045

This issue was closed as a fix was added to sympy upstream in September last year: https://github.com/sympy/sympy/pull/25262#issuecomment-1741792840

Maybe it's worth trying sympy 1.12.1 now?

pnbabu commented 1 month ago

@jhgoebbert thanks for pointing this out! I just checked and the issue is still present in the latest release of sympy. I just opened an issue in their repository reporting the error: https://github.com/sympy/sympy/issues/26667