Alejandro Martínez de Ternero
Results
1
comments of
Alejandro Martínez de Ternero
Hi there, I was able to fix it by applying the following changes: 1. Create a **pyproject.toml** with the following: ``` [build-system] requires = ["setuptools", "wheel", "Cython", "numpy"] build-backend =...