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 a830621 commit b555177Copy full SHA for b555177
setup.py
@@ -39,7 +39,7 @@
39
sys, "pypy_version_info"
40
)
41
42
-INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "cython", "pillow"]
+INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "pillow"]
43
44
# Ensure user has the correct Python version
45
# Address specific package dependencies based on Python version
@@ -59,8 +59,8 @@
59
else:
60
INSTALL_REQUIRES += ["numpy<=1.24", "llvmlite", "sympy>=1.8, < 1.12"]
61
62
-if not is_PyPy:
63
- INSTALL_REQUIRES += ["recordclass"]
+# if not is_PyPy:
+# INSTALL_REQUIRES += ["recordclass"]
64
65
66
def get_srcdir():
0 commit comments