Skip to content

Commit a830621

Browse files
committed
Require cython
Recordclass now seems to require this.
1 parent 91e3e7f commit a830621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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", "pillow"]
42+
INSTALL_REQUIRES = ["Mathics-Scanner >= 1.3.0.dev0", "cython", "pillow"]
4343

4444
# Ensure user has the correct Python version
4545
# Address specific package dependencies based on Python version

0 commit comments

Comments
 (0)