spice-herald / RQpy

This repository provides helpful tools for DM search analysis using detectors studied by the Pyle Group.
GNU General Public License v3.0
4 stars 3 forks source link

improve package installation files #154

Closed bloer closed 4 years ago

bloer commented 4 years ago

setup.py doesn't contain an install_requires argument, but there are several required packages. Additionally setup.py requires numpy to be installed for build, which should be specified in a pyproject.toml file:

[build-system]
requires = ["setuptools", "numpy"]