Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidated dependencies #398

Merged
merged 20 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4ab5c0c
Bump pygments from 2.7.4 to 2.15.0 in /docs
dependabot[bot] Jul 31, 2023
f812c17
Bump certifi from 2022.12.7 to 2023.7.22
dependabot[bot] Jul 31, 2023
1a931a7
Bump requests from 2.25.1 to 2.31.0
dependabot[bot] Jul 31, 2023
a8057de
Bump scipy from 1.2.0 to 1.10.0
dependabot[bot] Jul 31, 2023
e5567d5
Bump tornado from 6.1 to 6.3.3 in /docs
dependabot[bot] Aug 14, 2023
9aef74a
Bump pillow from 9.3.0 to 10.0.1
dependabot[bot] Oct 4, 2023
ca73e10
Bump urllib3 from 1.26.5 to 1.26.18
dependabot[bot] Oct 18, 2023
a276927
reverse requirements-min
mdeceglie Nov 2, 2023
57f6914
Merge pull request #386 from NREL/dependabot/pip/docs/tornado-6.3.3
mdeceglie Nov 2, 2023
32396b1
Merge pull request #384 from NREL/dependabot/pip/requests-2.31.0
mdeceglie Nov 2, 2023
2f442a2
Merge pull request #381 from NREL/dependabot/pip/docs/pygments-2.15.0
mdeceglie Nov 2, 2023
83de2ba
Merge pull request #383 from NREL/dependabot/pip/certifi-2023.7.22
mdeceglie Nov 2, 2023
8a46c47
Merge branch 'consolidated_dependencies' into dependabot/pip/urllib3-…
mdeceglie Nov 2, 2023
ed3067a
Merge branch 'consolidated_dependencies' into dependabot/pip/pillow-1…
mdeceglie Nov 2, 2023
e674b8b
Merge branch 'consolidated_dependencies' into dependabot/pip/scipy-1.…
mdeceglie Nov 2, 2023
1155fb7
Merge pull request #397 from NREL/dependabot/pip/urllib3-1.26.18
mdeceglie Nov 2, 2023
e8f89c7
Merge pull request #393 from NREL/dependabot/pip/pillow-10.0.1
mdeceglie Nov 2, 2023
a1ada94
Merge pull request #385 from NREL/dependabot/pip/scipy-1.10.0
mdeceglie Nov 2, 2023
9629e11
Update changelog for release
mdeceglie Nov 2, 2023
60779a5
release date correction
mdeceglie Nov 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prometheus-client==0.3.0
prompt-toolkit==3.0.30
ptyprocess==0.6.0
pycparser==2.20
Pygments==2.7.4
Pygments==2.15.0
pyzmq==22.2.1
qtconsole==4.3.1
Send2Trash==1.8.0
Expand All @@ -48,7 +48,7 @@ soupsieve==2.3.2.post1
terminado==0.8.3
testpath==0.3.1
tinycss2==1.1.1
tornado==6.1
tornado==6.3.3
traitlets==5.0.0
wcwidth==0.1.7
webencodings==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RdTools Change Log
==================
.. include:: changelog/pending.rst
.. include:: changelog/v2.1.7.rst
.. include:: changelog/v2.1.6.rst
.. include:: changelog/v2.1.5.rst
.. include:: changelog/v2.1.4.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
*******
Pending
*******
*************************
v2.1.7 (November 3, 2023)
*************************

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

Documentation
-------------
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cached-property==1.5.2
certifi==2022.12.7
certifi==2023.7.22
chardet==4.0.0
cycler==0.10.0
fonttools==4.37.1
Expand All @@ -12,21 +12,21 @@ numpy==1.22.0
packaging==21.3
pandas==1.3.4
patsy==0.5.2
Pillow==9.3.0
Pillow==10.0.1
plotly==4.10.0
pvlib==0.9.0
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2019.3
requests==2.25.1
requests==2.31.0
retrying==1.3.3
scikit-learn==1.0.2
scipy==1.7.2
scipy==1.10.0
setuptools-scm==7.0.5
six==1.14.0
statsmodels==0.13.1
threadpoolctl==3.1.0
tomli==2.0.1
typing_extensions==4.3.0
urllib3==1.26.5
urllib3==1.26.18
xgboost==1.5.1
Loading