Skip to content

Commit 3b3bd94

Browse files
authored
Merge pull request #717 from Mathics3/require-cython
Require cython
2 parents 91e3e7f + b555177 commit 3b3bd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)