Skip to content

Commit

Permalink
bump version and update pyradiance version req
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed Oct 30, 2024
1 parent 35ba1f8 commit b238716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
create_glazing_system,
)

__version__ = "1.2.8"
__version__ = "1.2.9"

logger: logging.Logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Framework for lighting and energy simulations"
dependencies = [
"epmodel>=0.6.0",
"numpy>=1.24.4",
"pyradiance >= 0.5.1",
"pyradiance >= 0.5.3",
"pywincalc>=3.1.0",
"pyenergyplus_lbnl>=23.2.0",
"scipy>=1.10.1",
Expand Down

0 comments on commit b238716

Please sign in to comment.