Re: [sympy] SymPy 1.5 released

2019-12-14 Thread Jason Moore
If you use conda to manage packages, it has a dependency solver and will warn you about package clashes in environments as well as find compatible install solutions for a set of packages. Unfortunately, pip does not have that ability. Jason moorepants.info +01 530-601-9791 On Sat, Dec 14, 2019

Re: [sympy] SymPy 1.5 released

2019-12-14 Thread David Bailey
On 13/12/2019 22:23, Oscar Benjamin wrote: David it looks like mathics pins the SymPy version. You probably have an older version since on GitHub they are asking for sympy==1.4: https://github.com/mathics/Mathics/blob/1927ada93c5ce2d8cbe731731ab1f55cd5527467/setup.py#L66 I guess that they will

Re: [sympy] SymPy 1.5 released

2019-12-13 Thread Oscar Benjamin
David it looks like mathics pins the SymPy version. You probably have an older version since on GitHub they are asking for sympy==1.4: https://github.com/mathics/Mathics/blob/1927ada93c5ce2d8cbe731731ab1f55cd5527467/setup.py#L66 I guess that they will update that soon but in the mean time you

Re: [sympy] SymPy 1.5 released

2019-12-13 Thread Oscar Benjamin
And thanks for your help Aaron. There are still some things to do. Just figuring out how to update the docs website... -- Oscar On Fri, 13 Dec 2019 at 21:55, Aaron Meurer wrote: > > Oscar thanks for your great work on getting this release out! > > Aaron Meurer > > On Fri, Dec 13, 2019 at 2:40

Re: [sympy] SymPy 1.5 released

2019-12-13 Thread Aaron Meurer
I guess you have mathics installed, which won't let you upgrade SymPy. You can remove it with pip uninstall mathics. If you want to use mathics, you may need to use separate virtual environments until it is updated to work with SymPy 1.5. Aaron Meurer On Fri, Dec 13, 2019 at 3:11 PM David Bailey

Re: [sympy] SymPy 1.5 released

2019-12-13 Thread David Bailey
On 13/12/2019 21:41, Oscar Benjamin wrote: Hi all, It is my pleasure to announce the release of SymPy 1.5 today. I have uploaded the release files to for this release to PyPI so you should be able to install or upgrade with $ pip install -U sympy This worked for me, except that I

Re: [sympy] SymPy 1.5 released

2019-12-13 Thread Aaron Meurer
Oscar thanks for your great work on getting this release out! Aaron Meurer On Fri, Dec 13, 2019 at 2:40 PM Oscar Benjamin wrote: > > Hi all, > > It is my pleasure to announce the release of SymPy 1.5 today. I have > uploaded the release files to for this release to PyPI so you should > be able

[sympy] SymPy 1.5 released

2019-12-13 Thread Oscar Benjamin
Hi all, It is my pleasure to announce the release of SymPy 1.5 today. I have uploaded the release files to for this release to PyPI so you should be able to install or upgrade with $ pip install -U sympy This release of SymPy has a large number of fixes, improvements and new features. The