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 5569280 commit b7646a4Copy full SHA for b7646a4
setup.py
@@ -72,15 +72,15 @@ def read(*rnames):
72
]
73
},
74
install_requires=[
75
- "Mathics_Scanner>=1.1.2,<1.2.0",
76
- "Mathics3 >= 2.0.0,<2.2.0",
+ "Mathics_Scanner>=1.2.0",
+ "Mathics3 >= 2.1.0,<2.3.0",
77
"click",
78
"colorama",
79
"columnize",
80
"networkx",
81
"pygments",
82
# "mathics_pygments @ https://github.com/Mathics3/mathics-pygments/archive/master.zip#egg=mathics_pygments",
83
- "mathics_pygments",
+ "mathics_pygments>=1.0.0",
84
"term-background >= 1.0.1",
85
],
86
entry_points={"console_scripts": ["mathicsscript = mathicsscript.__main__:main"]},
0 commit comments