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 df64c98 commit c099c3cCopy full SHA for c099c3c
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.2.0" # noqa
+__version__="3.2.1.dev0" # noqa
setup.py
@@ -82,7 +82,7 @@ def read(*rnames):
82
"columnize",
83
"networkx",
84
"prompt_toolkit>=3.0.18",
85
- "pygments",
+ "Pygments>=2.9.0", # Want something late enough that has the "inkpot" style
86
# "mathics_pygments @ https://github.com/Mathics3/mathics-pygments/archive/master.zip#egg=mathics_pygments",
87
"mathics_pygments>=1.0.2",
88
"term-background >= 1.0.1",
0 commit comments