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 91e3e7f commit a830621Copy full SHA for a830621
setup.py
@@ -39,7 +39,7 @@
39
sys, "pypy_version_info"
40
)
41
42
-INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "pillow"]
+INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "cython", "pillow"]
43
44
# Ensure user has the correct Python version
45
# Address specific package dependencies based on Python version
0 commit comments