spice-herald / RQpy

This repository provides helpful tools for DM search analysis using detectors studied by the Pyle Group.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve package installation files

bloer opened this issue · comments

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"]