Skip to content

Commit e7c402f

Browse files
authored
Merge pull request #398 from NREL/consolidated_dependencies
Consolidated dependencies
2 parents 121304e + 60779a5 commit e7c402f

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

docs/notebook_requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ prometheus-client==0.3.0
3939
prompt-toolkit==3.0.30
4040
ptyprocess==0.6.0
4141
pycparser==2.20
42-
Pygments==2.7.4
42+
Pygments==2.15.0
4343
pyzmq==22.2.1
4444
qtconsole==4.3.1
4545
Send2Trash==1.8.0
@@ -48,7 +48,7 @@ soupsieve==2.3.2.post1
4848
terminado==0.8.3
4949
testpath==0.3.1
5050
tinycss2==1.1.1
51-
tornado==6.1
51+
tornado==6.3.3
5252
traitlets==5.0.0
5353
wcwidth==0.1.7
5454
webencodings==0.5.1

docs/sphinx/source/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RdTools Change Log
22
==================
3-
.. include:: changelog/pending.rst
3+
.. include:: changelog/v2.1.7.rst
44
.. include:: changelog/v2.1.6.rst
55
.. include:: changelog/v2.1.5.rst
66
.. include:: changelog/v2.1.4.rst

docs/sphinx/source/changelog/pending.rst docs/sphinx/source/changelog/v2.1.7.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
*******
2-
Pending
3-
*******
1+
*************************
2+
v2.1.7 (November 3, 2023)
3+
*************************
44

55
Requirements
66
------------
77
* Limit pandas version to <2.1 (:pull:`395`)
8+
* Several packages updated in``requirements.txt`` and ``docs/notebook_requirements.txt`` (:pull:`398`)
89

910
Documentation
1011
-------------

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cached-property==1.5.2
2-
certifi==2022.12.7
2+
certifi==2023.7.22
33
chardet==4.0.0
44
cycler==0.10.0
55
fonttools==4.37.1
@@ -12,21 +12,21 @@ numpy==1.22.0
1212
packaging==21.3
1313
pandas==1.3.4
1414
patsy==0.5.2
15-
Pillow==9.3.0
15+
Pillow==10.0.1
1616
plotly==4.10.0
1717
pvlib==0.9.0
1818
pyparsing==2.4.7
1919
python-dateutil==2.8.1
2020
pytz==2019.3
21-
requests==2.25.1
21+
requests==2.31.0
2222
retrying==1.3.3
2323
scikit-learn==1.0.2
24-
scipy==1.7.2
24+
scipy==1.10.0
2525
setuptools-scm==7.0.5
2626
six==1.14.0
2727
statsmodels==0.13.1
2828
threadpoolctl==3.1.0
2929
tomli==2.0.1
3030
typing_extensions==4.3.0
31-
urllib3==1.26.5
31+
urllib3==1.26.18
3232
xgboost==1.5.1

0 commit comments

Comments
 (0)