Skip to content

Commit a5f1d96

Browse files
committed
set minimum solarfactors to 1.6.1
1 parent 6a962a5 commit a5f1d96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ optional = [
5050
'ephem',
5151
'nrel-pysam',
5252
'numba >= 0.17.0',
53-
'solarfactors',
53+
'solarfactors >= 1.6.1',
5454
'statsmodels',
5555
]
5656
doc = [
@@ -64,7 +64,7 @@ doc = [
6464
'pillow',
6565
'sphinx-toggleprompt == 0.5.2',
6666
'sphinx-favicon',
67-
'solarfactors',
67+
'solarfactors >= 1.6.1',
6868
'sphinx-hoverxref ~= 1.4.2', # when updating, check that _static/tooltipster_color_theming.css still works
6969
]
7070
test = [

0 commit comments

Comments
 (0)