Skip to content

Commit

Permalink
pydantic is such a pain
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Sep 26, 2023
1 parent e012306 commit 837dd06
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
1 change: 0 additions & 1 deletion easybuild/easyconfigs/jupyterlab/jupyterlab-2023.07.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
easyblock = 'Conda'

name = 'jupyterlab'
version = '2022.05.10'
version = '2023.07.10'

homepage = 'https://github.com/pangeo-data'
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/jupyterlab/jupyterlab-2023.07.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
dependencies:
- pangeo-notebook=2023.07.10
- dask-gateway-server-jobqueue
- jupyterhub
- jupyterlab
- bash_kernel
Expand All @@ -29,3 +28,4 @@ dependencies:
- aws-pcluster-dask-gateway
- jupyter-dcv-proxy
- jupyter-containds
- dask-gateway-server[jobqueue]
17 changes: 17 additions & 0 deletions easybuild/easyconfigs/jupyterlab/jupyterlab-2023.09.17.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

easyblock = 'Conda'

name = 'jupyterlab'
version = '2022.09.17'

homepage = 'https://github.com/pangeo-data'
description = "Jupyterlab"
toolchain = SYSTEM

environment_file = "%(namelower)s-%(version)s.yml"
sources = ["%(namelower)s-%(version)s.yml"]
sanity_check_commands = ['python --version']

builddependencies = [('Miniconda3', '4.12.0')]

moduleclass = 'bio'
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/jupyterlab/jupyterlab-2023.09.17.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: jupyterlab
channels:
- conda-forge
dependencies:
- pangeo-notebook=2023.09.17
- jupyterhub
- jupyterlab
- bash_kernel
- r-irkernel
- jupyter-rsession-proxy
- scikit-image
- scikit-learn
- seaborn
- nodejs
- cdsdashboards
- cdsdashboards-singleuser
- panel
- dash
- plotly
- jupyter-dash
- voila
- pip
- pip:
- batchspawner
- aws-parallelcluster==3.3.1
- aws-pcluster-helpers
- aws-pcluster-slurm-spawner
- aws-pcluster-dask-gateway
- jupyter-dcv-proxy
- jupyter-containds
- dask-gateway-server[jobqueue]

0 comments on commit 837dd06

Please sign in to comment.