Skip to content

Commit e63ff20

Browse files
committed
Add UV install support! PyPSA#483
1 parent 3f478a1 commit e63ff20

File tree

3 files changed

+3150
-2
lines changed

3 files changed

+3150
-2
lines changed

.isort.cfg

-2
This file was deleted.

pyproject.toml

+37
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,43 @@ classifiers = [
2121
]
2222
license = {file = "LICENSE.md"}
2323
readme = "README.md"
24+
dependencies = [
25+
"atlite==0.3.0",
26+
"cartopy==0.23.0",
27+
"descartes==1.1.0",
28+
"dill>=0.3.9",
29+
"duckdb==0.10.0",
30+
"geopandas==1.0.1",
31+
"geopy==2.4.0",
32+
"graphviz>=0.20.3",
33+
"gurobipy==11.0.3",
34+
"highspy>=1.9.0",
35+
"kaleido==0.4.0rc5",
36+
"linopy==0.3.14",
37+
"matplotlib==3.8.0",
38+
"netcdf4==1.6.4",
39+
"networkx==3.1",
40+
"numpy==1.26.0",
41+
"openpyxl==3.1.2",
42+
"pandas==2.2.2",
43+
"plotly==5.17.0",
44+
"progressbar2==4.3.2",
45+
"pulp==2.7.0",
46+
"pyarrow==16.1.0",
47+
"pycountry==22.3.5",
48+
"pyomo==6.6.1",
49+
"pypsa==0.30.2",
50+
"pyyaml>=6.0.2",
51+
"rasterio==1.3.8",
52+
"scipy==1.11.3",
53+
"seaborn==0.13.2",
54+
"shapely==2.0.2",
55+
"snakemake==7.32.4",
56+
"tsam>=2.3.6",
57+
"xarray==2024.9.0",
58+
"xlrd==2.0.1",
59+
]
60+
2461

2562
[project.urls]
2663
Documentation = "https://pypsa-usa.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)