We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb03067 commit c1b4698Copy full SHA for c1b4698
mathicsscript/version.py
@@ -4,4 +4,4 @@
4
# well as importing into Python. That's why there is no
5
# space around "=" below.
6
# fmt: off
7
-__version__="3.1.1.dev0" # noqa
+__version__="3.2.0" # noqa
setup.py
@@ -75,8 +75,8 @@ def read(*rnames):
75
]
76
},
77
install_requires=[
78
- "Mathics_Scanner>=1.2.0",
79
- "Mathics3 >= 2.2.0,<2.3.0",
+ "Mathics_Scanner>=1.2.2",
+ "Mathics3 >= 3.0.0,<3.2.0",
80
"click",
81
"colorama",
82
"columnize",
0 commit comments