Dear Gitlab users, on Thursday, 19.10.2023, we will switch the login-method to SSO-only. If you are not sure what this means, please read our newest FAQ entry. Gitlab will not be available on that day between 5:00 pm and approximately 5:30 pm.
Added numpy, scipy and matplotlib requirements with pycharm:
EDIT: I just saw that there is already this file pyproject.toml:
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja"]
build-backend = "setuptools.build_meta"