Closed bloer closed 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:
install_requires
[build-system] requires = ["setuptools", "numpy"]
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: