-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
54 lines (54 loc) · 1.04 KB
/
environment.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# conda env create --file environment.yml
# mamba env create --file environment.yml
name: gch4i
channels:
- conda-forge
dependencies:
- python=3.12
- pyarrow
- gdal
- rasterio
- geopandas
- fiona
# - basemap # added by Nathan -- needed for module data_plot_functions (in "Global_Functions")
- black
- cartopy
- dask
- xlrd # added by Hannah -- needed in Coal and lng_storage_proxy
- invoke
- jupyter
- jupyterlab
- matplotlib
# - missingno
# - nbdime
- numpy
- pandas
- pandas-flavor
- pandas-profiling
- pyxlsb
# - plotly
# - pyjanitor
- pylint
- pyodbc # added by Nathan -- needed in Wastewater
- pyprojroot
# - pyshp # added by Hannah -- needed in Petroleum Systems
- python-duckdb
- python-dotenv
# - scikit-learn
- seaborn
- netCDF4
- xarray
- openpyxl
# - tabula-py
# - pyodbc
- geopy
# - PyPDF2
- pytask
- geocube
- pyogrio # use
- rioxarray
- pip
- xlsxwriter
- lxml
- pip:
- -e . # this will install the gch4i package in your environment in dev mode