Describe the bug
During the installation molmod does not find the dependencies numpy and Cython.
To Reproduce
Steps to reproduce the behavior:
- python3 -m venv .venv
- source .venv/bin/activate
- python setup.py develop
Expected behavior
The installation works without issues
Describe the bug
During the installation molmod does not find the dependencies
numpyandCython.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The installation works without issues