Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InsightSoftwareConsortium/ITKElastix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8884115cb1db93516f671a39c59ea08bd8859d2
Choose a base ref
..
head repository: InsightSoftwareConsortium/ITKElastix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ca99c9ed98b7809a26dd82799f2282b9baf4d1e
Choose a head ref
Showing with 14 additions and 12 deletions.
  1. +2 −0 .binder/requirements.txt
  2. +12 −12 examples/ITK_Example17_MONAIWithPreregistration.ipynb
2 changes: 2 additions & 0 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ imageio
ipywidgets>=7.5.1
ipympl>=0.5.7
numpy==1.21.0
torch>=1.9
monai>=1.0.1
matplotlib==3.3.1
PyQt5==5.15.0
PyQt5-sip==12.8.0
Loading