Skip to content

Commit

Permalink
moved itslive out of pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnow03 committed Jan 25, 2024
1 parent 8c4666c commit 287810a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

0 comments on commit 287810a

Please sign in to comment.