Skip to content

Commit 9b4b8dd

Browse files
rockyTiagoCavalcante
authored andcommitted
Allow using Sympy 1.9
1 parent 81c71ce commit 9b4b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def read(*rnames):
118118
# General Requirements
119119
INSTALL_REQUIRES += [
120120
"Mathics_Scanner>=1.2.1,<1.3.0",
121-
"sympy>=1.8, <= 1.9dev",
121+
"sympy>=1.8, <= 1.9",
122122
"mpmath>=1.2.0",
123123
"numpy",
124124
"palettable",

0 commit comments

Comments
 (0)