Skip to content

Commit

Permalink
fix(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Feb 17, 2024
1 parent ec31180 commit 78eddb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pollination-honeybee-display==0.1.14
pollination-honeybee-display==0.1.15
2 changes: 1 addition & 1 deletion pollination/direct_sun_hours/_direct_sunlight_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def direct_irradiance_calculation(
)
def calculate_direct_sun_hours(
self, input_mtx=direct_irradiance_calculation._outputs.result_file,
divisor=timestep, grid_name=grid_name,
divisor=timestep, grid_name=grid_name
):
return [
{
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pollination-honeybee-radiance==0.22.46
honeybee-radiance-postprocess==0.0.46
pollination-honeybee-radiance-postprocess==0.0.47
pollination-ladybug==0.2.4
pollination-alias==0.11.9
pollination-path==0.3.2

0 comments on commit 78eddb8

Please sign in to comment.