UCBerkeleySETI/turbo_seti

Numpy referenced in setup.py and no longer needed

Closed this issue · 0 comments

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:

  1. Using venv, create a new environment and activate it.
  2. Note that numpy is not yet installed.
  3. Install turbo_seti as described in README.md.
  4. This error will occur in pip:
ModuleNotFoundError: No module named 'numpy'

Expected behavior

No errors.