From 287810a3d927f311f6acabb8cdf294487edb8488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctsnow03=E2=80=9D?= Date: Thu, 25 Jan 2024 15:00:49 -0700 Subject: [PATCH] moved itslive out of pip install --- environment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index df614f3..b254c16 100644 --- a/environment.yml +++ b/environment.yml @@ -31,12 +31,11 @@ dependencies: - code-server~=4.16.1 # Jupyter tools - - bqplot~=0.12.41 # Not helpful at the moment - ipython~=8.20.0 - ipywidgets~=8.1.1 - jupyter-ai~=2.9.1 - jupyter-book~=0.15.1 -# - jupyter-offlinenotebook~=0.2.2 # Outdated accoring to jupyterlab +# - jupyter-offlinenotebook~=0.2.2 # Outdated according to jupyterlab # - jupyter-collaboration~=2.0.1 # Causing save issues - jupyterlab-favorites~=3.2.1 - jupyterlab-geojson~=3.4.0 @@ -46,7 +45,7 @@ dependencies: # - jupyterlab-plotly~=5.18.0 # Outdated accoring to jupyterlab - jupyterlab_pygments~=0.3.0 # To bring extension uptodate - jupytext~=1.16.1 - - nbconvert==6.5.3 #7.14.2 + - nbconvert==6.5.3 - nbdime~=4.0.1 # Core scientific python stack @@ -125,6 +124,7 @@ dependencies: # Packages specific to cryo work - h5coro~=0.0.6 - icepyx~=0.8.1 + - itslive~=0.3.2 - is2view~=0.0.5 - sliderule~=4.0.0 @@ -145,4 +145,4 @@ dependencies: - pip: # Access linux desktop from inside JupyterHub - jupyter-desktop-server==0.1.3 - - itslive~=0.3.2 # Move above once updates are in mamba +# - itslive~=0.3.2 # Move above once updates are in mamba