Skip to content

Commit

Permalink
Get ready for release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 23, 2023
1 parent dd21b91 commit 4d4bbf8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
CHANGES
=======

Change testing to facilitate openSUSE Tumbleweed distribution which uses Sympy 1.12. See `Issue #881 <https://github.com/Mathics3/mathics-core/issues/881>`_.

6.0.2
-----

Package update
..............

#. SymPy 1.12 accepted

6.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion mathics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
__version__="6.0.1" # noqa
__version__="6.0.2" # noqa
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
sys.exit(-1)
else:
INSTALL_REQUIRES += [
"numpy<=1.24",
"numpy<1.25",
"llvmlite",
"sympy>=1.8, < 1.12",
"sympy>=1.8",
"pillow >= 9.2",
]

Expand Down

0 comments on commit 4d4bbf8

Please sign in to comment.