Skip to content

Commit 710fe3b

Browse files
Re-sync old environment.yaml content to environment.yml
1 parent 9224251 commit 710fe3b

1 file changed

Lines changed: 34 additions & 48 deletions

File tree

geolab-slim/environment.yml

Lines changed: 34 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1-
# environment.yml — packages installed into pangeo's "notebook" env
2-
# Picked up automatically by pangeo/base-image's ONBUILD step.
31
channels:
42
- conda-forge
3+
- nodefaults
54
dependencies:
6-
# ── Jupyter server + extensions ──────────────────────────────
7-
- jupyterhub
8-
- jupyter_server
9-
- jupyterlab
10-
- ipykernel
11-
- jupyter-resource-usage
12-
- jupyter-ruff
13-
- jupyter-server-proxy
14-
- jupyterlab-git
15-
- jupyterlab-myst
16-
- jupyterlab_code_formatter
17-
- jupyterlab_pygments
18-
- nbdime
5+
- python=3.13
196
# --- Cloud & storage ---
207
- awscli
218
- awswrangler
@@ -24,49 +11,48 @@ dependencies:
2411
# --- Geospatial ---
2512
- cartopy
2613
- contextily
27-
- fiona
2814
- folium
2915
- gdal
30-
- pyproj
31-
- shapely
32-
# --- Visualization ---
33-
- altair
34-
- plotly
35-
- vegafusion
36-
- vl-convert-python>=1.9.0
37-
# ── Core scientific stack ──────────────────────────────────
16+
# --- Array / data ---
17+
- bottleneck
18+
- flox
3819
- numpy
39-
- scipy
4020
- pandas
41-
- geopandas
42-
- matplotlib
43-
- xarray
44-
- netcdf4
45-
- h5py
4621
- pyarrow
47-
- polars
48-
# ── Geophysics ──────────────────────────────────────
49-
- dascore
50-
- gmt
51-
- obspy
52-
- pygmt
53-
# ── Utilities ─────────────────────────────────────────────
54-
- tqdm
55-
- requests
56-
- pyyaml
57-
- pip
58-
# --- Dev tools ---
22+
- xarray
23+
- xarrayutils
24+
# --- Machine learning ---
25+
- dask
26+
# --- Visualization ---
27+
- ipympl
28+
- panel
29+
- ghostscript
30+
- ffmpeg
31+
# --- Jupyter & dev tools ---
5932
- gh
6033
- gh-scoped-creds
34+
- ipykernel
35+
- jupyter_contrib_nbextensions
36+
- jupyter-resource-usage
37+
- jupyter-ruff
38+
- jupyterlab-git
39+
- jupyterlab-myst
6140
- pytest
6241
- ruff
42+
# --- Geophysics ---
43+
- cvxpy
44+
- dascore
45+
- obspy
46+
- obsplus
47+
- gmt
48+
- pygmt
49+
- pip
6350
- pip:
64-
# --- EarthScope ---
65-
- earthscope-sdk==1.4.1
51+
- earthscope-sdk[arrow]==1.4.1
6652
- earthscope-cli==1.2.0
6753
- earthscopestraintools
54+
- gnssrefl
6855
- hypoinvpy
69-
# --- Jupyter add-ons ---
70-
- jupyterlab_jupyterbook_navigation
71-
# --- Visualization & data frames ---
72-
56+
- jupyterlab-jupyterbook_navigation
57+
- pynlloc
58+
- pyocto

0 commit comments

Comments
 (0)