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

Scheduled monthly dependency update for November #62

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
eaaf996
Update pandas from 1.5.1 to 2.1.2
pyup-bot Nov 1, 2023
2f90e91
Update pandas from 1.5.1 to 2.1.2
pyup-bot Nov 1, 2023
9b323cc
Update scipy from 1.9.3 to 1.11.3
pyup-bot Nov 1, 2023
c91b474
Update scipy from 1.9.3 to 1.11.3
pyup-bot Nov 1, 2023
88aedb7
Update numpy from 1.23.4 to 1.26.1
pyup-bot Nov 1, 2023
b7e890c
Update numpy from 1.23.4 to 1.26.1
pyup-bot Nov 1, 2023
46fe06e
Update astropy from 5.1.1 to 5.3.4
pyup-bot Nov 1, 2023
235f6fb
Update astropy from 5.1.1 to 5.3.4
pyup-bot Nov 1, 2023
9ddab56
Update tqdm from 4.64.1 to 4.66.1
pyup-bot Nov 1, 2023
102a5d2
Update tqdm from 4.64.1 to 4.66.1
pyup-bot Nov 1, 2023
08a4a73
Update emcee from 3.1.3 to 3.1.4
pyup-bot Nov 1, 2023
6e7af13
Update emcee from 3.1.3 to 3.1.4
pyup-bot Nov 1, 2023
ad04978
Update plotly from 5.11.0 to 5.18.0
pyup-bot Nov 1, 2023
96242cc
Update plotly from 5.11.0 to 5.18.0
pyup-bot Nov 1, 2023
e9cf7f3
Update matplotlib from 3.6.1 to 3.8.1
pyup-bot Nov 1, 2023
0480f7a
Update matplotlib from 3.6.1 to 3.8.1
pyup-bot Nov 1, 2023
fbef851
Update pre-commit from 2.20.0 to 3.5.0
pyup-bot Nov 1, 2023
a281ff0
Update pre-commit from 2.20.0 to 3.5.0
pyup-bot Nov 1, 2023
4c8a191
Update sphinx from 5.3.0 to 7.2.6
pyup-bot Nov 1, 2023
5b8d5a9
Update sphinx from 5.3.0 to 7.2.6
pyup-bot Nov 1, 2023
a5a8de1
Update pytest from 7.2.0 to 7.4.3
pyup-bot Nov 1, 2023
f9bc57c
Update pytest from 7.2.0 to 7.4.3
pyup-bot Nov 1, 2023
f85a784
Update requests from 2.28.1 to 2.31.0
pyup-bot Nov 1, 2023
f864ca6
Update requests from 2.28.1 to 2.31.0
pyup-bot Nov 1, 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
24 changes: 12 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# The requirements, without a version number, hopefully that works
pandas==1.5.1
scipy==1.9.3
numpy==1.23.4
astropy==5.1.1
pandas==2.1.2
scipy==1.11.3
numpy==1.26.1
astropy==5.3.4
wget==3.2
tqdm==4.64.1
tqdm==4.66.1
colorlog==6.7.0
emcee==3.1.3
emcee==3.1.4
pybtex==0.24.0
flex-format==0.2.18
plotly==5.11.0
matplotlib==3.6.1
plotly==5.18.0
matplotlib==3.8.1
# Development Requirements
pre-commit==2.20.0
sphinx==5.3.0
pytest==7.2.0
requests==2.28.1
pre-commit==3.5.0
sphinx==7.2.6
pytest==7.4.3
requests==2.31.0
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pandas==1.5.1
scipy==1.9.3
numpy==1.23.4
astropy==5.1.1
pandas==2.1.2
scipy==1.11.3
numpy==1.26.1
astropy==5.3.4
wget==3.2
tqdm==4.64.1
tqdm==4.66.1
colorlog==6.7.0
emcee==3.1.3
emcee==3.1.4
pybtex==0.24.0
flex-format==0.2.18
plotly==5.11.0
matplotlib==3.6.1
plotly==5.18.0
matplotlib==3.8.1
# Development Requirements
pre-commit==2.20.0
sphinx==5.3.0
pytest==7.2.0
requests==2.28.1
pre-commit==3.5.0
sphinx==7.2.6
pytest==7.4.3
requests==2.31.0
Loading