Skip to content

Commit 4d4bbf8

Browse files
committed
Get ready for release 6.0.2
1 parent dd21b91 commit 4d4bbf8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
CHANGES
44
=======
55

6+
Change testing to facilitate openSUSE Tumbleweed distribution which uses Sympy 1.12. See `Issue #881 <https://github.com/Mathics3/mathics-core/issues/881>`_.
7+
8+
6.0.2
9+
-----
10+
11+
Package update
12+
..............
13+
14+
#. SymPy 1.12 accepted
15+
616
6.0.1
717
-----
818

mathics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="6.0.1" # noqa
8+
__version__="6.0.2" # noqa

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
sys.exit(-1)
6565
else:
6666
INSTALL_REQUIRES += [
67-
"numpy<=1.24",
67+
"numpy<1.25",
6868
"llvmlite",
69-
"sympy>=1.8, < 1.12",
69+
"sympy>=1.8",
7070
"pillow >= 9.2",
7171
]
7272

0 commit comments

Comments
 (0)