You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Fix sdist and relevant CI, update libsonata. (#108)
Adds a MANIFEST.in that should include most needed files, and a CI that always attempts to build sdist and wheels. Upload only when tagging the repository.
Also updates PyBind11 to a version that can handle Python 3.11 and uses a more modern HDF5 with less bugs when building wheels.
NB: The source distribution is still too large! Test file size should be reduced, maybe the dependencies built in the CI (libsonata, highfive)
Fixes issue when NOT building with setup.py (#101)
* Fixes issue when NOT building with Python
Co-authored-by: Matthias Wolf <matthias.wolf@epfl.ch>
Co-authored-by: Fernando Pereira <fernando.pereira@epfl.ch>