Numpy referenced in setup.py and no longer needed
Closed this issue · 0 comments
texadactyl commented
Describe the bug
When turbo_seti used to use cython, numpy was required in setup.py. It no longer is required since cython usage has been replaced as of version 2.0.0..
To Reproduce
Steps to reproduce the behavior:
- Using venv, create a new environment and activate it.
- Note that numpy is not yet installed.
- Install turbo_seti as described in README.md.
- This error will occur in pip:
ModuleNotFoundError: No module named 'numpy'
Expected behavior
No errors.