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

Add brainglobe-atlasapi to latest-github-requirements #120

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

sfmig
Copy link
Contributor

@sfmig sfmig commented Jun 17, 2024

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?
The current latest-github-requirements.txt list includes all the dependencies of the brainglobe-meta package, except for brainglobe-atlasapi. I am not sure why we didn't include that one, but I noticed brainrender depends on it.

So as it is now, brainrender will be installed using the latest-github version, but brainglobe-atlasapi will remain in the pip version.

We can verify this by checking the logs of this run which used latest-github dependencies. Al brainglobe dependencies are indeed from github except for brainglobe-atlasapi.

What does this PR do?
It adds brainglobe-atlasapi to the latest-github requirements file.

References

Please reference any existing issues/PRs that relate to this PR.

How has this PR been tested?

\

Is this a breaking change?

\

Does this PR require an update to the documentation?

\

Checklist:

  • The code has been tested locally
  • Tests have been added to cover all new functionality (unit & integration)
  • [ n/a ] The documentation has been updated to reflect any changes
  • The code has been formatted with pre-commit

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.83%. Comparing base (b727ce0) to head (d8bf824).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   85.71%   85.83%   +0.11%     
==========================================
  Files          17       17              
  Lines         847      847              
==========================================
+ Hits          726      727       +1     
+ Misses        121      120       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sfmig sfmig requested a review from alessandrofelder June 17, 2024 16:24
Copy link
Member

@alessandrofelder alessandrofelder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - thank you @sfmig
While we're here, could you

  • add morphapi as a developer dependency too
  • remove cellfinder as a dependency (cellfinder[napari] is the same plus optional napari stuff)?

Then this would match the dependency tree for BrainGlobe repos.

@sfmig sfmig requested a review from alessandrofelder June 17, 2024 18:53
Copy link
Member

@alessandrofelder alessandrofelder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome - thank you!

@alessandrofelder alessandrofelder merged commit 95cee91 into main Jun 18, 2024
13 checks passed
@alessandrofelder alessandrofelder deleted the smg/track-latest-github-reqs-file branch June 18, 2024 13:45
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.

2 participants