Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: sympy 1.1 compatibility #108

Merged
merged 6 commits into from
Jul 31, 2017
Merged

FIX: sympy 1.1 compatibility #108

merged 6 commits into from
Jul 31, 2017

Conversation

richardotis
Copy link
Collaborator

Fixes gh-105.

@bocklund
Copy link
Collaborator

Can you remind me why we are import checking rather than just sympy >= 1.1?

Something about python 3.4 support, right?

@richardotis
Copy link
Collaborator Author

richardotis commented Jul 20, 2017 via email

@bocklund
Copy link
Collaborator

That's fine. Still some failing tests here

bocklund and others added 5 commits July 27, 2017 18:22
Warning testing is independent of the number of warnings raised and depends
 instead on specific string fragments.
Warning testing is independent of the number of warnings raised and depends
 instead on specific string fragments.
@bocklund
Copy link
Collaborator

Looks like Mac builds are failing on travis, but everything else looks ok.

@richardotis
Copy link
Collaborator Author

TypeError: argument is not an mpz is an indication that gmpy2 is installed. It's purposefully excluded from the Linux-based Docker images but it's slipping into the Mac builds.

@richardotis
Copy link
Collaborator Author

Tracking issue: sympy/sympy#12895

Copy link
Collaborator

@bocklund bocklund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Open issue to pin version to >1.1 on upstream fix of gmpy in SymPy

@richardotis
Copy link
Collaborator Author

Based on separate discussion, we think this is suitable for merge. We'll work with upstream to get the issue with gmpy2 fixed.

@richardotis richardotis merged commit 57103aa into develop Jul 31, 2017
@richardotis richardotis deleted the fix_sympy11 branch November 14, 2018 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants