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
If I run pip install '.[all]' i.e. not in editable mode with the -e option (or if I get TopoNetX as dependency from TopoModelX), then data files (such as bunny.obj and coauthorship.npy in https://github.com/pyt-team/TopoNetX/tree/main/toponetx/datasets) are excluded.
After a lot of attempts, I think that the issue is with all builds. For me the -e option doesn't impact the build, datasets are included in both builds if I git clone the repo toponetx. I am attempting to solve via the draft PR #239
If I run
pip install '.[all]'
i.e. not in editable mode with the-e
option (or if I get TopoNetX as dependency from TopoModelX), then data files (such as bunny.obj and coauthorship.npy in https://github.com/pyt-team/TopoNetX/tree/main/toponetx/datasets) are excluded.I believe something has to be changed in the setuptools/.toml file config for the right files to be included (https://setuptools.pypa.io/en/latest/userguide/datafiles.html).
The text was updated successfully, but these errors were encountered: