Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pip install #254

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Enable pip install #254

wants to merge 6 commits into from

Conversation

rb-synth
Copy link

@rb-synth rb-synth commented Nov 16, 2023

  1. Add a pyproject.toml that allows for pip install
  2. Restructure code so that the source code lives inside src
  3. Replace relative imports with absolute (from .backbones -> from midas.backbones)
  4. Add unit test to ensure imports are still working

Ideally, some GHAs would be added to ensure that the test was passing but that goes beyond the remit of this PR.

@rb-synth rb-synth changed the title add pyproject.toml Enable pip install Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant