rsignell commited on
Commit
a102d6c
1 Parent(s): dc8b0df

Upload environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +25 -0
environment.yml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: panel_app
2
+ channels:
3
+ - conda-forge
4
+ dependencies:
5
+ - python=3.9
6
+ - pyyaml
7
+ - bokeh<3
8
+ - panel<0.14
9
+ - netcdf4==1.6.0
10
+ - nodejs
11
+ - fsspec
12
+ - hvplot
13
+ - datashader
14
+ - geoviews
15
+ - xarray
16
+ - dask
17
+ - zarr
18
+ - intake
19
+ - intake-xarray
20
+ - metpy
21
+ - requests
22
+ - cf_xarray
23
+ - jupyter
24
+ - aiohttp
25
+ - s3fs