Skip to content

Commit 1d29ed6

Browse files
author
Tom Augspurger
committed
Update nbgitpuller
Currently, our "Launch in Hub" button is throwing a 500 error, possibly because of jupyterhub/nbgitpuller#235. This updates nbgitpuller to a version with a fix for that issue.
1 parent 5357487 commit 1d29ed6

File tree

6 files changed

+441
-482
lines changed

6 files changed

+441
-482
lines changed

gpu-pytorch/conda-linux-64.lock

Lines changed: 208 additions & 233 deletions
Large diffs are not rendered by default.

gpu-pytorch/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
- python=3.8*
7-
- pangeo-notebook=2022.04.18
7+
- pangeo-notebook=2022.06.16
88
- pip=20
99
- adlfs
1010
- awscli
@@ -32,7 +32,7 @@ dependencies:
3232
- gcsfs
3333
- geocube
3434
- geogif
35-
- geopandas
35+
- geopandas>=0.11.0
3636
- geoviews-core
3737
- gsw
3838
- h5netcdf

gpu-pytorch/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dask-cuda
33
odc-algo>=0.2.0a3
44
odc-stac>=0.2.0a6
55
onnxruntime-gpu>=1.9.0
6+
stac-geoparquet

python/conda-linux-64.lock

Lines changed: 227 additions & 245 deletions
Large diffs are not rendered by default.

python/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.8*
6-
- pangeo-notebook=2022.03.13
6+
- pangeo-notebook=2022.06.16
77
- pip=20
88
- adlfs
99
- awscli
@@ -32,7 +32,7 @@ dependencies:
3232
- gcsfs
3333
- geocube
3434
- geogif
35-
- geopandas
35+
- geopandas>=0.11.0
3636
- geoviews-core
3737
- gsw
3838
- h5netcdf

python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
odc-algo>=0.2.0a3
22
odc-stac>=0.2.0a6
33
azure-data-tables
4+
stac-geoparquet

0 commit comments

Comments
 (0)