-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (45 loc) · 825 Bytes
/
Copy pathpyproject.toml
File metadata and controls
45 lines (45 loc) · 825 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
41
42
43
44
45
[project]
name = "data-science-for-esm"
version = "2026.04.0"
requires-python = ">=3.13,<3.14"
dependencies = [
"numpy<2.4", # pysheds numpy.in1d issue
"scipy",
"pandas>=2",
"geopandas<=1.1.1",
"xarray",
"networkx",
"pyyaml",
"pyomo>=6.6",
"netcdf4",
"pypsa>=1.1.2",
"atlite>=0.5",
"pysheds",
"powerplantmatching>=0.8.1",
"rasterio>=1.4.3",
"ipython",
"jupyterlab",
"tabula-py",
"xlrd",
"lxml",
# "tables",
"cfgrib",
"pyxlsb",
"openpyxl",
"shapely>2",
"pyepsg",
"cartopy>=0.22",
"country-converter",
"matplotlib>=3.9",
"plotly",
"graphviz",
"jupyter-book>=2",
"ghp-import",
"highspy>=1.13",
"folium",
"mapclassify",
"numexpr>2.8.5",
"pyarrow",
"numba",
"pre-commit",
]