diff --git a/Compound.ipynb b/Compound.ipynb index 19071030..d5be25b4 100644 --- a/Compound.ipynb +++ b/Compound.ipynb @@ -24,6 +24,9 @@ "metadata": {}, "outputs": [], "source": [ + "# Ice Python binding \n", + "%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp310-cp310-manylinux_2_28_x86_64.whl\n", + "\n", "%pip install idr-py" ] }, diff --git a/binder/environment.yml b/binder/environment.yml index f18ddeff..9fc7a827 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,8 +6,8 @@ channels: dependencies: - pip - idr-py -- scikit-image=0.17.* -- scikit-learn=0.23.* +- scikit-image +- scikit-learn - bokeh=2.2.* - ipywidgets - matplotlib