Skip to content

Commit b570757

Browse files
authored
Merge pull request #78 from nmfs-opensci/dev
remove pinning
2 parents 8c21169 + e28353f commit b570757

File tree

1 file changed

+32
-37
lines changed

1 file changed

+32
-37
lines changed

environment.yml

+32-37
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,48 @@ channels:
66

77
dependencies:
88
- python~=3.11.0
9-
# nbgitpuller is very helpful when distributing user content
10-
- nbgitpuller~=1.2.0
11-
# Specify major version of jupyterlab to use. Manually bump it when you want to upgrade
12-
# jupyterlab version
13-
- jupyterlab>=4.0,<4.1
14-
# This provides memory usage stats on JupyterLab and classic notebook
15-
- jupyter-resource-usage~=1.0.1
16-
# https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
17-
# hubs and machines. Used along with `jupyter-syncthing-proxy`.
18-
- jupyter-syncthing-proxy==1.0.3
19-
- syncthing~=1.22.1
9+
- jupyterlab>=4.0
10+
- jupyter-resource-usage
11+
- jupyterlab-git
2012
# gh-scoped-creds allows users to securely push to GitHub from their repo.
21-
# https://blog.jupyter.org/securely-pushing-to-github-from-a-jupyterhub-3ee42dfdc54f has
22-
# some more information
2313
- gh-scoped-creds==4.1
24-
# More git tools from github-cli
25-
- gh~=2.32.1
2614

2715
# R/RStudio Support
2816
- jupyter-rsession-proxy
2917

3018
# VS Code support
31-
- jupyter-vscode-proxy~=0.5
32-
- code-server~=4.23
19+
- jupyter-vscode-proxy
20+
- code-server
3321

34-
# Jupyter tools
35-
- ipython~=8.17
36-
- ipywidgets~=8.1.1
37-
- jupyter-ai~=2.20
38-
- jupyter-book~=1.0.0
39-
# - jupyter-collaboration~=2.0.1
40-
- jupyter-offlinenotebook~=0.3.1
41-
- jupyter-sshd-proxy~=0.2
42-
- jupyterlab-favorites~=3.2.1
43-
- jupyterlab-geojson~=3.4.0
44-
- jupyterlab-git~=0.50.0
45-
- jupyterlab-h5web~=11.1.0
46-
- jupyterlab-myst~=2.4.2
47-
- jupyterlab_pygments~=0.3.0 # To bring extension up-to-date
48-
- jupytext~=1.16.1
49-
- nbdime~=4.0.1
22+
# https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
23+
# hubs and machines. Used along with `jupyter-syncthing-proxy`.
24+
#- jupyter-syncthing-proxy==1.0.3
25+
#- syncthing~=1.22.1
26+
27+
# Extra Jupyter tools
28+
- ipython
29+
- ipywidgets
30+
- jupyter-ai
31+
- jupyter-book
32+
- jupyter-offlinenotebook
33+
- jupyter-sshd-proxy
34+
- jupyterlab-favorites
35+
- jupyterlab-geojson
36+
- jupyterlab-h5web
37+
- jupyterlab-myst
38+
- jupyterlab_pygments>=0.3.0
39+
- jupytext
40+
- nbdime
5041
# JupyterBook Addons
51-
- sphinx~=7.3
42+
- sphinx
5243
- sphinxcontrib-bibtex
5344
# Interactive apps
54-
- itables~=2.1
55-
- voila~=0.5
45+
- itables
46+
- voila
47+
# nbgitpuller is very helpful when distributing user content
48+
- nbgitpuller
49+
# More git tools from github-cli
50+
- gh
5651

5752
# Resolves warning "No ICDs were found": https://github.com/CryoInTheCloud/hub-image/issues/50
5853
- ocl-icd-system
@@ -64,7 +59,7 @@ dependencies:
6459

6560
# Desktop server
6661
# Not all packages will be available from conda-forge, we install from pip when we need to.
67-
- pip~=23.3.2
62+
- pip
6863
- pip:
6964
# Access linux desktop from inside JupyterHub
7065
- jupyter-desktop-server==0.1.3

0 commit comments

Comments
 (0)