hubmapconsortium / portal-visualization

Given HuBMAP Dataset JSON, creates a Vitessce configuration
MIT License
1 stars 1 forks source link

bump version numbers #46

Closed mccalluc closed 2 years ago

mccalluc commented 2 years ago

Next steps will be to create a github release by hand, and then update https://github.com/hubmapconsortium/search-api/pull/467 to point to the new version here.

mccalluc commented 2 years ago

Argh:

  src/portal_visualization/builder_factory.py:2: in <module>
      from .builders.sprm_builders import (
  src/portal_visualization/builders/sprm_builders.py:4: in <module>
      from vitessce import (
  /opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/vitessce/__init__.py:43: in <module>
      raise e
  /opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/vitessce/__init__.py:24: in <module>
      from .widget import VitessceWidget
  /opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/vitessce/widget.py:7: in <module>
      import ipywidgets as widgets
  E   ModuleNotFoundError: No module named 'ipywidgets'

The goal was to make this installable without involving any widget code.

mccalluc commented 2 years ago

old