-
Notifications
You must be signed in to change notification settings - Fork 1
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
Symbolic computation with sympy #1
base: master
Are you sure you want to change the base?
Conversation
authors = [{ name = "Shinichi Sunami", email = "[email protected]" }] | ||
maintainers = [ | ||
{ name = "Shinichi Sunami", email = "[email protected]" }, | ||
] | ||
license = { file = "LICENSE" } | ||
description = "Symbolic plugin for graphix" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feel free to remove me and add yourself, @thierry-martinez.
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could add 3.12 to be compatible with graphix
- or is 3.12 not supported by sympy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash and merge once above comments are resolved.
This PR contains the sympy part of TeamGraphix/graphix#158 , proposed as a plugin.
This plugin is supposed to be used with TeamGraphix/graphix#158 .