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

update bioformats to 7.1.0 #68

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Conversation

sameeul
Copy link
Member

@sameeul sameeul commented Jan 25, 2024

No description provided.

@sameeul sameeul requested a review from jfennick January 29, 2024 19:46
requires = [
"setuptools",
"wheel",
"imagecodecs>=2021.2.26",
Copy link
Member

Choose a reason for hiding this comment

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

Upto you, but I would probably add a comment here saying that the runtime dependencies have been added as build-time dependencies, simply due to the fact that src/bfio/init.py exports some aliases, which causes cascading imports which effectively requires adding all runtime dependencies at build-time.

Copy link
Member Author

Choose a reason for hiding this comment

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

will do that!

@@ -1,6 +1,6 @@
__pycache__
.vscode
.venv
venv
Copy link
Member

Choose a reason for hiding this comment

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

Just checking that you intended to remove the "." If this is correct, then LGTM.

Copy link
Member Author

Choose a reason for hiding this comment

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

intentional change.

@sameeul sameeul linked an issue Jan 30, 2024 that may be closed by this pull request
@sameeul sameeul merged commit 8b8f2e0 into PolusAI:master Jan 30, 2024
6 checks passed
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

2 participants