-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
41 lines (36 loc) · 852 Bytes
/
environment.yml
File metadata and controls
41 lines (36 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: fviz
channels:
- conda-forge
dependencies:
# Python
- python=3.11
# Core scientific stack
- numpy
- scipy
- pandas
- xarray
- dask
- netcdf4
- h5netcdf
# Plotting
- matplotlib
- notebook
- ffmpeg
- vtk # PyVista backend
- pyvista # 3D plotting
- pyvistaqt # offscreen/movie support (ok on headless too)
- imageio-ffmpeg # writer used by PyVista's movie helper
- ffmpeg # system ffmpeg (so matplotlib writer also works)
- cmocean
# Geospatial stack
- geopandas
- shapely
- pyproj
- rtree
- cartopy
# Install the package from GitHub via pip (non-editable)
- pip
- pip:
- "git+https://github.com/mollyjames2/fvcomersem-viz.git"
# If you use SSH instead:
# - "git+ssh://[email protected]/mollyjames2/fvcomersem-viz.git"