Skip to content

Commit 6f057fe

Browse files
Update dependency tsam to v3
1 parent 5645e62 commit 6f057fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"xarray>=2022.3.0,<=2026.2.0,!=2024.10.0,!=2024.11.0,!=2025.1.*,!=2025.3.*,!=2025.9.*",
4343
"rasterio>=1.3.7,<=1.5.0,!=1.3.0.post1",
4444
"netcdf4>1.5.8,<=1.7.4",
45-
"tsam>=2.0.1,<=2.3.9",
45+
"tsam>=2.0.1,<=3.1.1",
4646
"pwlf>=2.0.4,<=2.5.2",
4747
"psutil>=5.8.0,<=7.2.2",
4848
"gurobi-logtools>=3.0.0,<=3.2.0",

requirements_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- xarray >=2022.3.0,<=2026.2.0,!=2024.10.0,!=2024.11.0,!=2025.1.*,!=2025.3.*,!=2025.9.*
2121
- rasterio >=1.3.7,<=1.5.0
2222
- netcdf4 >1.6.4,<=1.7.4
23-
- tsam >=2.0.1,<=2.3.9
23+
- tsam >=2.0.1,<=3.1.1
2424
- pwlf >=2.0.4,<=2.5.2
2525
- psutil >=5.8.0,<=7.2.2
2626
- gurobi-logtools >=3.0.0,<=3.2.0

0 commit comments

Comments
 (0)