Skip to content

Commit 0a9c63f

Browse files
committed
Add obstore, obspec-utils to environment
1 parent bb65e18 commit 0a9c63f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/environment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dependencies:
2020
- "pandas"
2121
- "scipy"
2222
- "xarray"
23+
- "obstore"
24+
- "fsspec"
2325

2426
# geo
2527
- "gdal"
@@ -53,3 +55,7 @@ dependencies:
5355

5456
# Infrastructure
5557
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`
58+
59+
- "pip"
60+
- pip: # Stuff not yet on conda forge
61+
- "obspec-utils"

0 commit comments

Comments
 (0)