Skip to content

Commit f095757

Browse files
authored
Update core dependencies for COWER 2025 (#27)
* update orbit and wombat version pinning * update changelog
1 parent 64c9d33 commit f095757

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Unreleased
44

5-
- Supports WOMBAT v0.13+ to ensure the latest bug fixes and data updates are available to all users.
5+
- Supports WOMBAT v0.13.1+ to ensure the latest bug fixes and data updates are available to all users.
6+
- Supports ORBIT v.1.2.6+ to ensure the latest bug fixes, features, data updates are available to all users.
67
- Updates the COWER example for the 2025 reporting cycle.
78
- Removes `library/base_2022` in favor of a `libray/base` for base assumptions and scenarios that
89
can be updated annually as needed.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description = "Wind Asset Value Estimation System"
1111
requires-python = ">=3.10"
1212
license = {file = "LICENSE"}
1313
dependencies = [
14-
"wombat>=0.13",
15-
"orbit-nrel>=1.2.1",
14+
"wombat>=0.13.1",
15+
"orbit-nrel>=1.2.6",
1616
"floris>=4.2.2",
1717
"NREL-landbosse",
1818
"tqdm",

0 commit comments

Comments
 (0)