rsignell commited on
Commit
51bc304
1 Parent(s): 1142e38

Create environment.yml

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