Skip to content

Commit e38e7b9

Browse files
committed
Merge branch '3.0.1_candidate' of https://github.com/NREL/rdtools into 3.0.1_candidate
2 parents 3c43bdb + ac25a59 commit e38e7b9

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/notebook_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ipython==8.26.0
1515
ipython-genutils==0.2.0
1616
ipywidgets==8.1.3
1717
jedi==0.19.1
18-
Jinja2==3.1.5
18+
Jinja2==3.1.6
1919
jsonschema==4.23.0
2020
jupyter==1.0.0
2121
jupyter-client==8.6.2
@@ -48,7 +48,7 @@ soupsieve==2.6
4848
terminado==0.18.1
4949
testpath==0.6.0
5050
tinycss2==1.3.0
51-
tornado==6.4.2
51+
tornado==6.5.1
5252
traitlets==5.14.3
5353
wcwidth==0.2.13
5454
webencodings==0.5.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python-dateutil==2.9.0
2020
pytz==2024.1
2121
arch==7.0.0
2222
filterpy==1.4.5
23-
requests==2.32.3
23+
requests==2.32.4
2424
retrying==1.3.4
2525
scikit-learn==1.5.1
2626
scipy==1.13.1
@@ -30,6 +30,6 @@ statsmodels==0.14.2
3030
threadpoolctl==3.5.0
3131
tomli==2.0.1
3232
typing_extensions==4.12.2
33-
urllib3==2.2.2
33+
urllib3==2.5.0
3434
xgboost==2.1.1
3535

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"numpy >= 1.22.4",
4848
"pandas >= 1.4.4",
4949
"statsmodels >= 0.13.5",
50-
# statsmodels 0.14.4 is not able to handle the latest scipy
51-
"scipy >= 1.8.1, <1.16.0",
50+
"scipy >= 1.8.1",
5251
"h5py >= 3.7.0",
5352
"plotly>=4.0.0",
5453
"xgboost >= 1.6.0",

0 commit comments

Comments
 (0)