Skip to content

Updated portal-viz version #3712

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

Merged
merged 2 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-update-portal-viz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated portal viz version to fix the scaling issue for Visium datasets spot layer.
2 changes: 1 addition & 1 deletion context/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hubmap-commons>=2.1.18
boto3==1.28.17

# Plain "git+https://github.com/..." references can't be hashed, so we point to a release zip instead.
https://github.com/hubmapconsortium/portal-visualization/archive/refs/tags/0.4.2.zip
https://github.com/hubmapconsortium/portal-visualization/archive/refs/tags/0.4.3.zip

# Security warning for older versions;
# Can be removed when commons drops prov dependency.
Expand Down
2 changes: 1 addition & 1 deletion context/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ pillow==11.0.0
# scikit-image
platformdirs==2.5.1
# via black
portal-visualization @ https://github.com/hubmapconsortium/portal-visualization/archive/refs/tags/0.4.2.zip
portal-visualization @ https://github.com/hubmapconsortium/portal-visualization/archive/refs/tags/0.4.3.zip
# via -r context/requirements.in
propcache==0.2.0
# via yarl
Expand Down
Loading