Skip to content

Commit b555177

Browse files
committed
Remove recordclass ...
Take 2 - recordclass seems to be needing cython and not detecting it.
1 parent a830621 commit b555177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
sys, "pypy_version_info"
4040
)
4141

42-
INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "cython", "pillow"]
42+
INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "pillow"]
4343

4444
# Ensure user has the correct Python version
4545
# Address specific package dependencies based on Python version
@@ -59,8 +59,8 @@
5959
else:
6060
INSTALL_REQUIRES += ["numpy<=1.24", "llvmlite", "sympy>=1.8, < 1.12"]
6161

62-
if not is_PyPy:
63-
INSTALL_REQUIRES += ["recordclass"]
62+
# if not is_PyPy:
63+
# INSTALL_REQUIRES += ["recordclass"]
6464

6565

6666
def get_srcdir():

0 commit comments

Comments
 (0)